plan9port: update to 20181112.
This commit is contained in:
parent
c2a1be9f70
commit
37fac3ace7
2 changed files with 4 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'plan9port'
|
||||
pkgname=plan9port
|
||||
version=20180726
|
||||
version=20181112
|
||||
revision=1
|
||||
_githash=df2d9ec9d169626cdc2a23829bb2831738215722
|
||||
wrksrc="${pkgname}-${_githash}"
|
||||
_githash=13ed1c423ecbd45d2ca982f2a7a433b785873629
|
||||
archs="i686 x86_64 ppc64le" # swapcontext
|
||||
wrksrc="${pkgname}-${_githash}"
|
||||
hostmakedepends="perl"
|
||||
makedepends="libX11-devel libXt-devel libXext-devel freetype-devel fontconfig-devel"
|
||||
short_desc="Port of many Plan 9 programs to Unix-like operating systems"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="custom"
|
||||
homepage="https://9fans.github.io/plan9port/"
|
||||
distfiles="https://github.com/9fans/plan9port/archive/${_githash}.tar.gz"
|
||||
checksum=100c13895d75911e2f9c2d136b705f34a854fbeb38a5a38d239497fbd5611738
|
||||
checksum=c86467b826331243db7814dcb1223d294c8ffaaaf5d9cb13d397c47a61e2ff39
|
||||
nocross=yes
|
||||
|
||||
post_extract() {
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
site="https://code.google.com/p/plan9port/downloads/list"
|
Loading…
Reference in a new issue