mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
netbsd-rumpkernel: use master branch; bump version.
This commit is contained in:
parent
de4a8ecd82
commit
38adf05602
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'netbsd-rumpkernel'.
|
# Template file for 'netbsd-rumpkernel'.
|
||||||
pkgname=netbsd-rumpkernel
|
pkgname=netbsd-rumpkernel
|
||||||
version=20130320
|
version=20130321
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="cvs"
|
makedepends="cvs"
|
||||||
short_desc="NetBSD rump kernel"
|
short_desc="NetBSD rump kernel"
|
||||||
|
@ -24,7 +24,7 @@ noextract=yes
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://github.com/anttikantee/buildrump.sh.git"
|
local url="git://github.com/anttikantee/buildrump.sh.git"
|
||||||
msg_normal "Fetching source from $url ...\n"
|
msg_normal "Fetching source from $url ...\n"
|
||||||
git clone -bcrossbuild ${url} ${pkgname}-${version}
|
git clone ${url} ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue