9base: move distfiles to voidlinux.org domain.
voidlinux.de has been shut down.
This commit is contained in:
parent
7c781d5f49
commit
2185b84e2f
1 changed files with 9 additions and 8 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for '9base'.
|
# Template file for '9base'
|
||||||
pkgname=9base
|
pkgname=9base
|
||||||
version=6.0.20190911
|
version=6.0.20190911
|
||||||
revision=1
|
revision=2
|
||||||
_githash=63916da7bd6d73d9a405ce83fc4ca34845667cce
|
_githash=63916da7bd6d73d9a405ce83fc4ca34845667cce
|
||||||
wrksrc="9base-${_githash}"
|
wrksrc="9base"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
# we use byacc instead of internal version
|
# we use byacc instead of internal version
|
||||||
hostmakedepends="byacc"
|
hostmakedepends="byacc"
|
||||||
short_desc="Revived minimalist port of Plan 9 userland to Unix"
|
short_desc="Revived minimalist port of Plan 9 userland to Unix"
|
||||||
maintainer='Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>'
|
maintainer="Tai Chi Minh Ralph Eastwood <tcmreastwood@gmail.com>"
|
||||||
license="custom"
|
license="custom:Plan9"
|
||||||
homepage="http://git.suckless.org/9base"
|
homepage="http://git.suckless.org/9base"
|
||||||
# Checked out from http://git.suckless.org/9base/ and created tarball with 'git archive'.
|
# Checked out from http://git.suckless.org/9base/ and created tarball with
|
||||||
distfiles="https://distfiles.voidlinux.de/9base-${_githash}.tar.gz"
|
# git archive -o 9base-${_githash}.tar.gz --prefix=9base/ master .
|
||||||
checksum=bb8cd1e0060824914839fd090353971862a1025ae4b8ea5d1e99618ddd1b160f
|
distfiles="https://alpha.de.repo.voidlinux.org/distfiles/9base-${_githash}.tar.gz"
|
||||||
|
checksum=b315509470c25db88595bd0e9478428dea54d7836fe2ba9d07279ae9496366fb
|
||||||
conflicts="plan9port"
|
conflicts="plan9port"
|
||||||
provides="plan9port-20160418_4"
|
provides="plan9port-20160418_4"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue