mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
acr, bump version (#8869)
This commit is contained in:
@@ -2,14 +2,14 @@ SUMMARY="An autoconf replacement"
|
||||
DESCRIPTION="ACR tries to replace autoconf functionality generating a \
|
||||
full-compatible 'configure' script (runtime flags). But using shell-script \
|
||||
instead of m4. This means that ACR is faster, smaller and easy to use."
|
||||
HOMEPAGE="https://github.com/radare/acr"
|
||||
COPYRIGHT="2005-2019 pancake"
|
||||
HOMEPAGE="https://github.com/radareorg/acr"
|
||||
COPYRIGHT="2005-2023 pancake"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/radare/acr/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ac4c01cf189c8d7556f3424dfaaed0aab922b1deaac891bafbeef40a18c4226f"
|
||||
SOURCE_URI="https://github.com/radareorg/acr/archive/refs/tags/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="adb089930299948752a481092e4cd88ed845ca567a083e9e009d902e340cede1"
|
||||
|
||||
ARCHITECTURES="all ?x86 ?arm"
|
||||
ARCHITECTURES="all ?arm"
|
||||
|
||||
PROVIDES="
|
||||
acr = $portVersion
|
||||
@@ -17,6 +17,7 @@ PROVIDES="
|
||||
cmd:acr_cat = $portVersion
|
||||
cmd:acr_install = $portVersion
|
||||
cmd:acr_sh = $portVersion
|
||||
cmd:acr_wrap = $portVersion
|
||||
cmd:amr = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
Reference in New Issue
Block a user