apk-tools: fix fetch
This commit is contained in:
parent
36c0a09869
commit
9b61c55173
1 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@ checkdepends="lua53-devel"
|
|||
short_desc="Alpine Package Keeper (Alpine package manager)"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="http://git.alpinelinux.org/cgit/apk-tools"
|
||||
distfiles="http://git.alpinelinux.org/cgit/${pkgname}/snapshot/${pkgname}-${version}.tar.bz2"
|
||||
checksum=6ffa7b196d03b58df0a42e9072ea5fdd01b90d75d031cc9dca6d00e43c0db64c
|
||||
homepage="https://git.alpinelinux.org/apk-tools"
|
||||
distfiles="https://gitlab.alpinelinux.org/alpine/apk-tools/-/archive/v${version}/apk-tools-v${version}.tar.gz"
|
||||
checksum=4c6db13039280814a10a3b3d89b29837b59769c69214a1861997e088eac107a5
|
||||
CFLAGS="-Wno-error"
|
||||
|
||||
post_build() {
|
||||
|
|
Loading…
Add table
Reference in a new issue