Skip to content

Commit

Permalink
libepoxy: update to version 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho committed Jan 29, 2020
1 parent f6a8efc commit 6a294b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gvsbuild/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -1051,8 +1051,8 @@ class Project_libepoxy(Tarball, Meson):
def __init__(self):
Project.__init__(self,
'libepoxy',
archive_url = 'https://github.com/anholt/libepoxy/releases/download/1.5.3/libepoxy-1.5.3.tar.xz',
hash = '002958c5528321edd53440235d3c44e71b5b1e09b9177e8daf677450b6c4433d',
archive_url = 'https://github.com/anholt/libepoxy/releases/download/1.5.4/libepoxy-1.5.4.tar.xz',
hash = '0bd2cc681dfeffdef739cb29913f8c3caa47a88a451fd2bc6e606c02997289d2',
dependencies = ['python', 'ninja', 'meson'],
)

Expand Down

0 comments on commit 6a294b5

Please sign in to comment.