diff options
Diffstat (limited to 'system/busybox/APKBUILD')
-rw-r--r-- | system/busybox/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/busybox/APKBUILD b/system/busybox/APKBUILD index 83aa51665..44b3e352d 100644 --- a/system/busybox/APKBUILD +++ b/system/busybox/APKBUILD @@ -3,9 +3,9 @@ # Maintainer: pkgname=busybox pkgver=1.28.4 -pkgrel=1 +pkgrel=2 pkgdesc="Size optimized toolbox of many common UNIX utilities" -url="http://busybox.net" +url="https://busybox.net" arch="all" license="GPL-2.0-only AND GPL-2.0+" makedepends_build="openssl-dev" |