Skip to content

Commit

Permalink
Revert "libepoxy: update to version 1.5.4"
Browse files Browse the repository at this point in the history
This reverts commit 6a294b5.

See:
anholt/libepoxy#218
  • Loading branch information
nacho committed Jan 29, 2020
1 parent 30f1def commit 926ac71
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.4/libepoxy-1.5.4.tar.xz',
hash = '0bd2cc681dfeffdef739cb29913f8c3caa47a88a451fd2bc6e606c02997289d2',
archive_url = 'https://github.com/anholt/libepoxy/releases/download/1.5.3/libepoxy-1.5.3.tar.xz',
hash = '002958c5528321edd53440235d3c44e71b5b1e09b9177e8daf677450b6c4433d',
dependencies = ['python', 'ninja', 'meson'],
)

Expand Down

0 comments on commit 926ac71

Please sign in to comment.