bc-java: update to 1.77.

This commit is contained in:
classabbyamp 2023-11-18 00:14:46 -05:00
parent 723328785b
commit 94af349bad
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'bc-java'
pkgname=bc-java
version=1.76
version=1.77
revision=1
hostmakedepends="apache-ant openjdk17"
depends="virtual?java-runtime"
@ -8,8 +8,9 @@ short_desc="Bouncy Castle Java cryptography APIs"
maintainer="classabbyamp <void@placeviolette.net>"
license="MIT"
homepage="https://www.bouncycastle.org/java.html"
changelog="https://www.bouncycastle.org/releasenotes.html"
distfiles="https://github.com/bcgit/bc-java/archive/refs/tags/r${version/./rv}.tar.gz"
checksum=20524a31378291def8e2d7d387550f4f70f34590e431a425d29b64bd57159866
checksum=09659ee93ba2143d0db9107ddf515142f1d90e03d82d3e46a16e21e9eafeba84
do_build() {
export JAVA_HOME=/usr/lib/jvm/openjdk17

2
srcpkgs/bc-java/update Normal file
View File

@ -0,0 +1,2 @@
version="${version/./rv}"
pattern='/archive/refs/tags/r\K\d+rv\d+(?=\.tar\.gz")'