rooster: update to 2.8.0.
This commit is contained in:
parent
2f37cf1fcc
commit
f543da9026
|
@ -1,23 +1,17 @@
|
||||||
# Template file for 'rooster'
|
# Template file for 'rooster'
|
||||||
pkgname=rooster
|
pkgname=rooster
|
||||||
version=2.7.1
|
version=2.8.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config python3"
|
hostmakedepends="pkg-config python3"
|
||||||
makedepends="libX11-devel libXmu-devel"
|
makedepends="libX11-devel libXmu-devel libressl-devel libsodium-devel"
|
||||||
short_desc="Simple password manager for geeks"
|
short_desc="Simple password manager for geeks"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/conradkdotcom/rooster"
|
homepage="https://github.com/conradkdotcom/rooster"
|
||||||
distfiles="https://github.com/conradkdotcom/rooster/archive/v${version}.tar.gz"
|
distfiles="https://github.com/conradkdotcom/rooster/archive/v${version}.tar.gz"
|
||||||
checksum=b1413d220f240e9f9fc99e3be705c029a10f82e67df2858ee15ba09c3f5c1b51
|
checksum=49647992eb48ef7df4ffee897aeb8f651e403c86d08c5dac92bb96547951a68a
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
aarch64*|ppc64*) broken="undefined reference to rust_crypto_util_fixed_time_eq_asm https://github.com/DaGenix/rust-crypto/issues/383" ;;
|
aarch64*|ppc64*) broken="undefined reference to rust_crypto_util_fixed_time_eq_asm https://github.com/DaGenix/rust-crypto/issues/383" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_extract() {
|
|
||||||
# https://github.com/voidlinux/void-packages/issues/8725#issuecomment-341365782
|
|
||||||
sed -i -e "s/82745ce935695e7984a053c155a64b9ad16ece3a07d931cc90ab3fb28b7221af/3b739084e4b409aacf8531f87b57efa602eccdd17b5cddbc4ae1313a2c866f34/" \
|
|
||||||
vendor/backtrace-sys/.cargo-checksum.json
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue