Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing anitya checkers #5

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions org.gnuhealth.mygnuhealth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -333,20 +333,35 @@ modules:
- type: archive
url: https://gitlab.freedesktop.org/xorg/lib/libxmu/-/archive/libXmu-1.1.2/libxmu-libXmu-1.1.2.tar.gz
sha256: c74dd369191d125e2b278e669301b7f1a0d67e2f6c92c7dad24e08a5e2cfcb45
x-checker-data:
type: anitya
project-id: 1785
stable-only: true
url-template: https://gitlab.freedesktop.org/xorg/lib/libxmu/-/archive/libXmu-$version/libxmu-libXmu-$version.tar.gz

- name: xclip
buildsystem: autotools
sources:
- type: archive
url: https://github.com/astrand/xclip/archive/0.13.tar.gz
sha256: ca5b8804e3c910a66423a882d79bf3c9450b875ac8528791fb60ec9de667f758
x-checker-data:
type: anitya
project-id: 14150
stable-only: true
url-template: https://github.com/astrand/xclip/archive/$version.tar.gz

- name: mtdev
buildsystem: autotools
sources:
- type: archive
url: http://bitmath.org/code/mtdev/mtdev-1.1.6.tar.gz
sha256: 1325f389a2f25cd5f5a8ea4d29aad24aa7c3ec30401d679400dd79eb9c0a8dbb
x-checker-data:
type: anitya
project-id: 8868
stable-only: true
url-template: http://bitmath.org/code/mtdev/mtdev-$version.tar.gz
- type: shell
commands:
- cp -p /usr/share/automake-*/config.{sub,guess} config-aux
Expand Down