xbps: update to 0.28.1 and use 0.28 git branch for last-minute bugfix.
This commit is contained in:
parent
e8ea8e3614
commit
c0c0c0cc92
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'xbps'
|
||||
pkgname=xbps
|
||||
version=0.28
|
||||
version=0.28.1
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
depends="xbps-triggers"
|
||||
|
@ -33,7 +33,7 @@ else
|
|||
fi
|
||||
|
||||
do_fetch() {
|
||||
git clone -b${version} git://github.com/voidlinux/xbps.git xbps-${version}
|
||||
git clone -b 0.28 git://github.com/voidlinux/xbps.git xbps-${version}
|
||||
}
|
||||
|
||||
libxbps_package() {
|
||||
|
|
Loading…
Reference in New Issue