diff options
-rwxr-xr-x | checkVersions | 1 | ||||
-rw-r--r-- | ii/PKGBUILD | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/checkVersions b/checkVersions index 740223ea6..1e3a80a4a 100755 --- a/checkVersions +++ b/checkVersions @@ -516,6 +516,7 @@ then 'alpine\.freeiz\.com' \ 'bitbucket\.org' \ 'bindfs\.org' \ + 'dl\.suckless\.org' \ 'download\.osgeo\.org' \ 'ftp\.daper\.net' \ 'isl\.gforge\.inria\.fr' \ diff --git a/ii/PKGBUILD b/ii/PKGBUILD index f36cb1671..b6231b3b5 100644 --- a/ii/PKGBUILD +++ b/ii/PKGBUILD @@ -9,9 +9,9 @@ pkgrel=1 pkgdesc="A minimalist FIFO and filesystem-based IRC client" license=(MIT) arch=('i686' 'x86_64') -url=http://tools.suckless.org/ii +url=https://tools.suckless.org/ii depends=('glibc') -source=("http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz") +source=("https://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz") sha512sums=('1fa744bc9b4291b5c6c56e023d982aad59001137db6c7682284a2d63e649a32d558adbb85ae3407e312ae5436852b4278c2c522d4ef03f47cf54ea3a1f13ca90') |