mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
arti: update to 1.1.1.
This commit is contained in:
parent
56c214b0ed
commit
98a790a21c
1 changed files with 2 additions and 3 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'arti'
|
# Template file for 'arti'
|
||||||
pkgname=arti
|
pkgname=arti
|
||||||
version=1.1.0
|
version=1.1.1
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64* i686* aarch64* arm*" # ring
|
archs="x86_64* i686* aarch64* arm*" # ring
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_check_args="-- --skip internal::test::internal_macro_test" # fails with --release builds
|
|
||||||
make_install_args="--path crates/arti"
|
make_install_args="--path crates/arti"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="openssl-devel sqlite-devel"
|
makedepends="openssl-devel sqlite-devel"
|
||||||
|
@ -14,7 +13,7 @@ license="Apache-2.0, MIT"
|
||||||
homepage="https://gitlab.torproject.org/tpo/core/arti"
|
homepage="https://gitlab.torproject.org/tpo/core/arti"
|
||||||
changelog="https://gitlab.torproject.org/tpo/core/arti/-/raw/main/CHANGELOG.md"
|
changelog="https://gitlab.torproject.org/tpo/core/arti/-/raw/main/CHANGELOG.md"
|
||||||
distfiles="https://gitlab.torproject.org/tpo/core/arti/-/archive/arti-v${version}/arti-arti-v${version}.tar.gz"
|
distfiles="https://gitlab.torproject.org/tpo/core/arti/-/archive/arti-v${version}/arti-arti-v${version}.tar.gz"
|
||||||
checksum=68b8b391478b745d4bba50034d5122e2c7b90e0e221f52ba83c078901c83e55a
|
checksum=f937858b0eae9220a44895306e859df4ad0098eac515cca299352c62311ac90f
|
||||||
|
|
||||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue