scryer-prolog: update to 0.9.3

This commit is contained in:
cinerea0 2023-11-03 23:06:49 -04:00 committed by classabbyamp
parent 4848578d9e
commit ba1d82848a
2 changed files with 16 additions and 2 deletions

View 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",

View file

@ -1,6 +1,6 @@
# Template file for 'scryer-prolog'
pkgname=scryer-prolog
version=0.9.2
version=0.9.3
revision=1
build_style=cargo
hostmakedepends="pkg-config"
@ -10,7 +10,7 @@ maintainer="Hans-J. Schmid <knock@myopendoor.de>"
license="BSD-3-Clause"
homepage="https://github.com/mthom/scryer-prolog"
distfiles="https://github.com/mthom/scryer-prolog/archive/refs/tags/v${version}.tar.gz"
checksum=d8e89e0d6c54fdd34104513e231bba4c8499659b1dd3ae6abe187606e443a82c
checksum=08bddb114cb377abccaf58df66e99c8cafc7af90dc2cf6ff2d8204fb6d514af4
case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*|arm*|aarch64*) ;;