Skip to content

Commit 0c6ac19

Browse files
authored
Merge pull request #296 from bgilbert/anitya
Fix zlib-ng update checking
2 parents 1ff9da1 + d90870b commit 0c6ac19

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

common/software.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ def _sqlite3_license(proj: Project) -> tuple[str, str]:
430430
id='zlib-ng',
431431
display='zlib-ng',
432432
licenses=['LICENSE.md'],
433+
anitya_id=115592,
433434
remove_dirs=['doc', 'test'],
434435
),
435436
Project(

subprojects/zlib-ng.wrap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ source_hash = fcb41dd59a3f17002aeb1bb21f04696c9b721404890bb945c5ab39d2cb69654c
77
# https://github.com/mesonbuild/wrapdb/pull/1710
88
diff_files = zlib-ng-meson.patch
99

10+
# FIXME: remove anitya_id from software.py after zlib-ng lands in wrapdb
11+
1012
[provide]
1113
dependency_names = zlib-ng

0 commit comments

Comments
 (0)