alpine: update to 2.22.1.
This commit is contained in:
parent
bc92aab887
commit
5be90eec68
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'alpine'
|
||||
pkgname=alpine
|
||||
version=2.22
|
||||
version=2.22.1
|
||||
revision=1
|
||||
_githash=99948a254e2c2352547b962cbd1c23738e7af6b3
|
||||
_githash=d600da07926e1ec3243c2a96cd988c61d6a97614
|
||||
_gitshort="${_githash:0:7}"
|
||||
wrksrc="${pkgname}-${_gitshort}"
|
||||
build_style=gnu-configure
|
||||
|
@ -15,9 +15,9 @@ makedepends="gettext-devel libldap-devel mit-krb5-devel ncurses-devel"
|
|||
short_desc="Apache-licensed PINE mail user agent (with Chappa patches)"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="http://repo.or.cz/alpine.git"
|
||||
distfiles="http://repo.or.cz/alpine.git/snapshot/${_githash}.tar.gz"
|
||||
checksum=58fd9115174af1105a5b10aa4af527ad3be0ad99a06ea5830881bc78e00cd4fa
|
||||
homepage="https://repo.or.cz/alpine.git"
|
||||
distfiles="https://repo.or.cz/alpine.git/snapshot/${_githash}.tar.gz"
|
||||
checksum=5efa41b17814de2d6ea32c85cac14093b9476e30b7d2e2e002d2ac4a8d0cb6f8
|
||||
|
||||
post_extract() {
|
||||
sed -i -e '/run test program/s/^/: /' \
|
||||
|
|
Loading…
Reference in a new issue