xbps-src: bump version (v46).
This commit is contained in:
parent
5895aa19f0
commit
f395ebcd09
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'xbps-src'
|
||||
pkgname=xbps-src
|
||||
version=20130415
|
||||
version=20130416
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
||||
|
@ -15,7 +15,7 @@ noextract=yes
|
|||
|
||||
do_fetch() {
|
||||
local url="git://github.com/xtraeme/xbps-src"
|
||||
local tag="v45"
|
||||
local tag="v46"
|
||||
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone -b${tag} ${url} ${pkgname}-${version}
|
||||
|
|
Loading…
Reference in New Issue