alpine: update to 2.25.1.
This commit is contained in:
parent
034bf8ba0e
commit
7185aa8024
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'alpine'
|
# Template file for 'alpine'
|
||||||
pkgname=alpine
|
pkgname=alpine
|
||||||
version=2.25
|
version=2.25.1
|
||||||
revision=1
|
revision=1
|
||||||
_githash=465e23b898e5a3393b9ae52fc7620002541b2e75
|
_githash=a4717516707498544201c2e03286142c9abb2539
|
||||||
_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=ba0856bcc863b70dd0c2f06cdeda720332c2d136d49154d78450932cd9e0900a
|
checksum=e1855467f8dbf21879e3a6fa959998ffb68a6d5221ee7d6cc2fc3de95ee0759a
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i -e '/run test program/s/^/: /' \
|
sed -i -e '/run test program/s/^/: /' \
|
||||||
|
|
Loading…
Reference in New Issue