aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libfyaml/APKBUILD
diff options
context:
space:
mode:
authorLucas Ramage <ramage.lucas@protonmail.com>2021-04-07 19:06:42 +0000
committerLeo <thinkabit.ukim@gmail.com>2021-04-07 21:08:45 +0000
commitf46ac3b79302214ab0c037c7570dfbe92c03927f (patch)
treef6042d29628fdfc8d499b9281331ec2b990dfb87 /testing/libfyaml/APKBUILD
parenta505ee12d5f386d24131f61fb1671f5747904192 (diff)
testing/libfyaml: upgrade to 0.7
Diffstat (limited to 'testing/libfyaml/APKBUILD')
-rw-r--r--testing/libfyaml/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/libfyaml/APKBUILD b/testing/libfyaml/APKBUILD
index 462449e1c21..2223121107e 100644
--- a/testing/libfyaml/APKBUILD
+++ b/testing/libfyaml/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Lucas Ramage <ramage.lucas@protonmail.com>
# Maintainer: Lucas Ramage <ramage.lucas@protonmail.com>
pkgname=libfyaml
-pkgver=0.5.7
+pkgver=0.7
pkgrel=0
pkgdesc="Fully feature complete YAML parser and emitter"
url="https://github.com/pantoniou/libfyaml"
@@ -11,7 +11,7 @@ depends="libltdl"
checkdepends="check git"
makedepends="autoconf automake bash libtool"
subpackages="$pkgname-dev"
-source="https://github.com/pantoniou/libfyaml/releases/download/v$pkgver/libfyaml-$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/pantoniou/libfyaml/archive/refs/tags/v$pkgver.tar.gz"
options="!check" # tests failing, (See: https://github.com/pantoniou/libfyaml/issues/20)
prepare() {
@@ -40,4 +40,4 @@ check() {
make check
}
-sha512sums="ccdd47cdc1703d18a3aee362b3acbc6a3f98fbb65032544231a05eb944a8d9a6e160b6411a2db0f50e4f70f44e4aa368f1df15a7980ce5480be59dd99e9c58b8 libfyaml-0.5.7.tar.gz"
+sha512sums="748e483f456ac17765e41f48fe977c99cd16141ac1e146096b67df817b414e00a40dc5fe410fa4a1f31e63cc6f6d839698514980916e84f838dd3e4f1a947221 libfyaml-0.7.tar.gz"