Skip to content

Commit

Permalink
Merge pull request #296 from bgilbert/anitya
Browse files Browse the repository at this point in the history
Fix zlib-ng update checking
  • Loading branch information
bgilbert authored Sep 29, 2024
2 parents 1ff9da1 + d90870b commit 0c6ac19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/software.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ def _sqlite3_license(proj: Project) -> tuple[str, str]:
id='zlib-ng',
display='zlib-ng',
licenses=['LICENSE.md'],
anitya_id=115592,
remove_dirs=['doc', 'test'],
),
Project(
Expand Down
2 changes: 2 additions & 0 deletions subprojects/zlib-ng.wrap
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ source_hash = fcb41dd59a3f17002aeb1bb21f04696c9b721404890bb945c5ab39d2cb69654c
# https://github.com/mesonbuild/wrapdb/pull/1710
diff_files = zlib-ng-meson.patch

# FIXME: remove anitya_id from software.py after zlib-ng lands in wrapdb

[provide]
dependency_names = zlib-ng

0 comments on commit 0c6ac19

Please sign in to comment.