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

libbraiding: update to 1.2. #42622

Merged
merged 1 commit into from
Mar 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions srcpkgs/libbraiding/template
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Template file for 'libbraiding'
pkgname=libbraiding
version=1.1
version=1.2
revision=1
build_style=gnu-configure
short_desc="Library to compute several properties of braids"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="GPL-2.0-or-later"
homepage="https://github.com/miguelmarco/libbraiding/"
changelog="https://github.com/miguelmarco/libbraiding/releases"
distfiles="https://github.com/miguelmarco/libbraiding/releases/download/$version/libbraiding-$version.tar.gz"
checksum=f436998c8639b4ae6073a4d16a024f7278abbd305961c901347accd6b70c4a53
checksum=73087d1145ace719eafeda1db1c28b5fe1c981b7e784dc59f2b1d6fc4ff75f80

libbraiding-devel_package() {
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
Expand Down