netbsd-wtf: checkout latest git rev.

This commit is contained in:
Juan RP 2013-03-11 17:47:30 +01:00
parent d40c6ef5e5
commit bd589de95f

View file

@ -23,5 +23,4 @@ do_fetch() {
local url="git://github.com/voidlinux/netbsd-wtf"
msg_normal " Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
cd ${pkgname}-${version} && git checkout 5888f8b
}