mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
mawk: fix source URL to include a version.
* bump version.
This commit is contained in:
@@ -12,14 +12,14 @@ makes it possible to handle simple data-reformatting jobs with just a \
|
||||
few lines of code.
|
||||
"
|
||||
HOMEPAGE="http://invisible-island.net/mawk"
|
||||
SOURCE_URI="http://invisible-island.net/datafiles/release/mawk.tar.gz"
|
||||
CHECKSUM_SHA256="efa092ec3ea5dfd54571e8ba3b0327073f1fa51b8efa0953c2cadd87a87389c8"
|
||||
SOURCE_URI="ftp://invisible-island.net/mawk/mawk-1.3.4-20150503.tgz"
|
||||
CHECKSUM_SHA256="461673c7c4572e1e67e69e7bf7582e02d3c175b814485f2aa52c2c28099b3c6f"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2009-2014 Thomas E. Dickey"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64 arm ppc"
|
||||
|
||||
SOURCE_DIR="mawk-1.3.4-20141206"
|
||||
SOURCE_DIR="mawk-1.3.4-20150503"
|
||||
|
||||
PROVIDES="
|
||||
mawk = $portVersion compat >= 1
|
||||
Reference in New Issue
Block a user