diff options
author | Dario Ostuni | 2015-09-09 04:43:04 +0200 |
---|---|---|
committer | Dario Ostuni | 2015-09-09 04:43:04 +0200 |
commit | 044a423e52a6fe73b5d974e792e113830a532173 (patch) | |
tree | d3da7acb843ce42541bd7430d496f1a1a6831194 | |
parent | 9dd9e917076c569d3621b88320cb53f1733455de (diff) | |
download | aur-044a423e52a6fe73b5d974e792e113830a532173.tar.gz |
Now downloads the source in HTTPS
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,13 +1,13 @@ pkgbase = cgicc pkgdesc = C++ library that simplifies the creation of CGI applications pkgver = 3.2.16 - pkgrel = 1 + pkgrel = 2 url = https://www.gnu.org/software/cgicc/ arch = i686 arch = x86_64 license = LGPL3 makedepends = doxygen - source = http://ftp.gnu.org/gnu/cgicc/cgicc-3.2.16.tar.gz + source = https://ftp.gnu.org/gnu/cgicc/cgicc-3.2.16.tar.gz sha256sums = 9dceb36d2da52791ee11f2fb5bb6435c22e69ef50f38073c4329386b883d5aaa pkgname = cgicc @@ -1,13 +1,13 @@ # Maintainer: Dario Ostuni <another.code.996@gmail.com> pkgname=cgicc pkgver=3.2.16 -pkgrel=1 +pkgrel=2 pkgdesc="C++ library that simplifies the creation of CGI applications" arch=('i686' 'x86_64') url="https://www.gnu.org/software/cgicc/" license=('LGPL3') makedepends=('doxygen') -source=("http://ftp.gnu.org/gnu/cgicc/$pkgname-$pkgver.tar.gz") +source=("https://ftp.gnu.org/gnu/cgicc/$pkgname-$pkgver.tar.gz") sha256sums=('9dceb36d2da52791ee11f2fb5bb6435c22e69ef50f38073c4329386b883d5aaa') build() { |