mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
scryer-prolog: update to 0.9.3
This commit is contained in:
parent
4848578d9e
commit
ba1d82848a
2 changed files with 16 additions and 2 deletions
14
srcpkgs/scryer-prolog/patches/update-cargo-lock.patch
Normal file
14
srcpkgs/scryer-prolog/patches/update-cargo-lock.patch
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# v0.9.3 shipped with an outdated lockfile
|
||||||
|
diff --git a/Cargo.lock b/Cargo.lock
|
||||||
|
index f4a4952a6f4..315f61a7340 100644
|
||||||
|
--- a/Cargo.lock
|
||||||
|
+++ b/Cargo.lock
|
||||||
|
@@ -2032,7 +2032,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "scryer-prolog"
|
||||||
|
-version = "0.9.2"
|
||||||
|
+version = "0.9.3"
|
||||||
|
dependencies = [
|
||||||
|
"assert_cmd",
|
||||||
|
"base64 0.12.3",
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'scryer-prolog'
|
# Template file for 'scryer-prolog'
|
||||||
pkgname=scryer-prolog
|
pkgname=scryer-prolog
|
||||||
version=0.9.2
|
version=0.9.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Hans-J. Schmid <knock@myopendoor.de>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/mthom/scryer-prolog"
|
homepage="https://github.com/mthom/scryer-prolog"
|
||||||
distfiles="https://github.com/mthom/scryer-prolog/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/mthom/scryer-prolog/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=d8e89e0d6c54fdd34104513e231bba4c8499659b1dd3ae6abe187606e443a82c
|
checksum=08bddb114cb377abccaf58df66e99c8cafc7af90dc2cf6ff2d8204fb6d514af4
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*|i686*|arm*|aarch64*) ;;
|
x86_64*|i686*|arm*|aarch64*) ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue