xbps-src-utils: use fixed date and specific git commit.
This commit is contained in:
parent
177fe94b77
commit
02c467d0ee
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'xbps-src-utils'.
|
||||
pkgname=xbps-src-utils
|
||||
version="$(date -u +%Y%m%d)"
|
||||
version=20130128
|
||||
revision=1
|
||||
homepage="https://github.com/davehome/xbps-src-utils"
|
||||
build_style=configure
|
||||
|
@ -25,4 +25,5 @@ do_fetch() {
|
|||
local url="git://github.com/davehome/xbps-src-utils.git"
|
||||
msg_normal " Fetching source from $url ...\n"
|
||||
git clone ${url} ${pkgname}-${version}
|
||||
cd ${pkgname}-${version} && git checkout 0f439306177ab7f0c20d542a8c1552b95929e3e9
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue