summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Martyanoff2017-04-10 23:05:47 +0200
committerNicolas Martyanoff2017-04-10 23:06:52 +0200
commit50222df4e91bade2c684f3f52148fbb392232982 (patch)
tree7bb5a08f92b33a3086c450bb1e0cc7f59334ab62 /PKGBUILD
parent23ae27ecce75a78be767e754f4ac072bc43727f5 (diff)
downloadaur-50222df4e91bade2c684f3f52148fbb392232982.tar.gz
v1.11-2
Download the package from Github over HTTPS.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8c2b9cdfbf5..0bdd5f0f6a16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=ccl
pkgver=1.11
-pkgrel=1
+pkgrel=2
pkgdesc="A Common Lisp implementation."
arch=("x86_64")
url="http://ccl.clozure.com"
license=("Apache")
provides=("ccl")
-source=("ftp://ftp.clozure.com/pub/release/$pkgver/ccl-$pkgver-linuxx86.tar.gz")
+source=("https://github.com/Clozure/ccl/releases/download/v$pkgver/$pkgname-$pkgver-linuxx86.tar.gz")
sha256sums=("08e885e8c2bb6e4abd42b8e8e2b60f257c6929eb34b8ec87ca1ecf848fac6d70")
build() {