summaryrefslogtreecommitdiff
path: root/system/coreutils
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2019-03-08 00:29:15 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2019-03-08 00:29:15 +0000
commit7c67662d8f8dfb2f1d1a9262fd0679b833654e17 (patch)
treeae807124d69a6cebd5a7bac2c71966a44ea71657 /system/coreutils
parenta403295128bf9dbfe33373380e61b30ab9e47fe2 (diff)
parent2c3c7a8eb0631b12e46e5a5ed5e13f43763f4f53 (diff)
downloadpackages-7c67662d8f8dfb2f1d1a9262fd0679b833654e17.tar.gz
packages-7c67662d8f8dfb2f1d1a9262fd0679b833654e17.tar.bz2
packages-7c67662d8f8dfb2f1d1a9262fd0679b833654e17.tar.xz
packages-7c67662d8f8dfb2f1d1a9262fd0679b833654e17.zip
Merge branch 'https' into 'master'
system/*: Use https:// where possible See merge request !189
Diffstat (limited to 'system/coreutils')
-rw-r--r--system/coreutils/APKBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/system/coreutils/APKBUILD b/system/coreutils/APKBUILD
index 6aa6659bb..ff9c92a4b 100644
--- a/system/coreutils/APKBUILD
+++ b/system/coreutils/APKBUILD
@@ -5,7 +5,7 @@ pkgname=coreutils
pkgver=8.30
pkgrel=0
pkgdesc="Basic file, shell, and text manipulation utilities"
-url="http://www.gnu.org/software/coreutils/"
+url="https://www.gnu.org/software/coreutils/"
arch="all"
license="GPL-3.0+"
makedepends="bash acl-dev attr-dev"
@@ -14,7 +14,7 @@ makedepends="bash acl-dev attr-dev"
subpackages="$pkgname-doc"
[ ${CBUILD} == ${CHOST} ] && subpackages="$subpackages $pkgname-lang"
install="$pkgname.post-deinstall"
-source="http://ftp.gnu.org/gnu/coreutils/$pkgname-$pkgver.tar.xz
+source="https://ftp.gnu.org/gnu/coreutils/$pkgname-$pkgver.tar.xz
disable-csplit-io-err-test.patch
disable-mbrtowc-test.patch
localename-test-fix.patch
@@ -72,12 +72,10 @@ package() {
ln -s ../bin/coreutils "$pkgdir"/usr/sbin/chroot
}
+bae804f057252c25452ac178c545dc2c4b4775cbfbdcfd4775edd1a4ed6507882bfac39e2b11ad01b74230ca48d761bf62f11bde5bcbc35a6e5a61cbe4a46e36 051_all_coreutils-mangen.patch
+"
+return 0
sha512sums="25bc132c0d89ce71c33e417f04649c9fcfce6c5ef8b19f093b2e9e2851bfde9b5a31e20499d9c427332228ba54b88d445ddb445551e1944bb8f5cbff5ffa4eda coreutils-8.30.tar.xz
bd8b5cecba59eba30458c8afa895877d39a987b989bc06b70cd6836e0ef684677aaadcb4949b58a713779fe1df1e15e3903e9be14e306671b86b69018b75de8b disable-csplit-io-err-test.patch
532ef8210261437855ba3e2fc72ec57b0e0252b2b0f7817990c9629613ece2cdd86cf30aa049f3cff6fbda12ed3bb9a0db3a3642475378ae44ce319bdf005d9b disable-mbrtowc-test.patch
86944e9ea5493c5b21ab62562a63aa134952738297b21cfb2e8f751db4a695ff25ee1592eb231ed1bb80999bc31f7504c7feffde2e93b4e068c05c44ac83cbdf localename-test-fix.patch"
-
-[ ${CBUILD} != ${CHOST} ] && sha512sums="$sha512sums
-bae804f057252c25452ac178c545dc2c4b4775cbfbdcfd4775edd1a4ed6507882bfac39e2b11ad01b74230ca48d761bf62f11bde5bcbc35a6e5a61cbe4a46e36 051_all_coreutils-mangen.patch
-"
-return 0