alpine: update to 2.24.
This commit is contained in:
parent
96372963ce
commit
cc3216e0a8
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'alpine'
|
# Template file for 'alpine'
|
||||||
pkgname=alpine
|
pkgname=alpine
|
||||||
version=2.23.2
|
version=2.24
|
||||||
revision=3
|
revision=1
|
||||||
_githash=7b8875f8bb237a156a1250629e8c684706bd202f
|
_githash=3165f59b344fb4d56d161541f294754d56bcb372
|
||||||
_gitshort="${_githash:0:7}"
|
_gitshort="${_githash:0:7}"
|
||||||
wrksrc="${pkgname}-${_gitshort}"
|
wrksrc="${pkgname}-${_gitshort}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -17,7 +17,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://repo.or.cz/alpine.git"
|
homepage="https://repo.or.cz/alpine.git"
|
||||||
distfiles="https://repo.or.cz/alpine.git/snapshot/${_githash}.tar.gz"
|
distfiles="https://repo.or.cz/alpine.git/snapshot/${_githash}.tar.gz"
|
||||||
checksum=07593d4a47d48f0253ad341f0baf0d1a17eb2b9356a1c96abc0f15688d8fd3b4
|
checksum=aa8f55b32732f8ea49e23cb11d9151e9ecb0dd1e057f25131988df69fbebc855
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i -e '/run test program/s/^/: /' \
|
sed -i -e '/run test program/s/^/: /' \
|
||||||
|
|
Loading…
Reference in a new issue