diff options
Diffstat (limited to 'main/bash/APKBUILD')
-rw-r--r-- | main/bash/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/bash/APKBUILD b/main/bash/APKBUILD index 16b3c716ac..7e9de29abe 100644 --- a/main/bash/APKBUILD +++ b/main/bash/APKBUILD @@ -8,7 +8,7 @@ _myver=${pkgver%.*} _patchbase=${_myver/./} pkgrel=1 pkgdesc="The GNU Bourne Again shell" -url="http://www.gnu.org/software/bash/bash.html" +url="https://www.gnu.org/software/bash/bash.html" arch="all" license="GPL3+" makedepends_build="bison flex" |