libyajl: fix source uri

This commit is contained in:
Sergei Reznikov
2022-07-30 23:52:21 +03:00
parent 2ae247d96e
commit e029d0d1f4

View File

@@ -6,8 +6,8 @@ HOMEPAGE="https://lloyd.github.io/yajl/"
COPYRIGHT="2007-2014 Lloyd Hilaiel, and other contributors."
LICENSE="ISC"
REVISION="4"
SOURCE_URI="https://github.com/lloyd/yajl/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="cc9794171bc5fd598dd5f656a4bdeccc0c619e332d9380a7a56e31daf6d1ecbf"
SOURCE_URI="https://github.com/lloyd/yajl/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="3fb73364a5a30efe615046d07e6db9d09fd2b41c763c5f7d3bfb121cd5c5ac5a"
SOURCE_DIR="yajl-$portVersion"
ARCHITECTURES="all !x86_gcc2"