mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Rename SRC_URI/SRC_FILENAME to SOURCE_URI/SOURCE_FILENAME.
This commit is contained in:
@@ -5,7 +5,7 @@ executes commands read from the standard input or from a file. Bash also \
|
||||
incorporates useful features from the Korn and C shells (ksh and csh).
|
||||
"
|
||||
HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html"
|
||||
SRC_URI="ftp://ftp.gnu.org/gnu/bash/bash-4.1.tar.gz"
|
||||
SOURCE_URI="ftp://ftp.gnu.org/gnu/bash/bash-4.1.tar.gz"
|
||||
CHECKSUM_MD5="9800d8724815fd84994d9be65ab5e7b8"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
|
||||
@@ -5,10 +5,10 @@ executes commands read from the standard input or from a file. Bash also \
|
||||
incorporates useful features from the Korn and C shells (ksh and csh).
|
||||
"
|
||||
HOMEPAGE="http://www.gnu.org/software/bash/"
|
||||
SRC_URI="https://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz"
|
||||
SOURCE_URI="https://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz"
|
||||
CHECKSUM_SHA256="afc687a28e0e24dc21b988fa159ff9dbcf6b7caa92ade8645cc6d5605cd024d4"
|
||||
for i in {001..039}; do
|
||||
eval "SRC_URI_$i=\"https://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-$i#noarchive\""
|
||||
eval "SOURCE_URI_$i=\"https://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-$i#noarchive\""
|
||||
done
|
||||
CHECKSUM_SHA256_001="ecb3dff2648667513e31554b3ad054ccd89fce38e33367c9459ac3a285153742"
|
||||
CHECKSUM_SHA256_002="eee7cd7062ab29a9e4f02924d9c367264dcb8b162703f74ff6eb8f175a91502b"
|
||||
|
||||
Reference in New Issue
Block a user