summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Szczuczko2015-11-25 17:41:03 +0000
committerAlex Szczuczko2015-11-25 17:41:03 +0000
commit410d52b83d7a8c927ac6c7b11a83bc8625d29284 (patch)
tree30d68764057188abce018e4125484bd569be856b
parentd2cfe16b5d7bb28d956baeef5b77effc54f08646 (diff)
downloadaur-410d52b83d7a8c927ac6c7b11a83bc8625d29284.tar.gz
Change source URL to HTTPS
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e33cc3d9eede..483b516e2098 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = ceylon
depends = java-environment>=7
depends = bash
optdepends = nodejs: for JavaScript interoperability
- source = http://downloads.ceylon-lang.org/cli/ceylon-1.2.0.zip
+ source = https://downloads.ceylon-lang.org/cli/ceylon-1.2.0.zip
sha256sums = 2e3b50e3e80ea3a356d0d62a2cff5b59104c591aa06387e55cd34a10d52c2919
pkgname = ceylon
diff --git a/PKGBUILD b/PKGBUILD
index 9c43700bd655..60e2f2bb4590 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=("Apache" "custom:GPL-CP" "LGPL")
install="${pkgname}.install"
depends=("java-environment>=7" "bash")
optdepends=("nodejs: for JavaScript interoperability")
-source=("http://downloads.ceylon-lang.org/cli/$pkgname-$pkgver.zip")
+source=("https://downloads.ceylon-lang.org/cli/$pkgname-$pkgver.zip")
sha256sums=("2e3b50e3e80ea3a356d0d62a2cff5b59104c591aa06387e55cd34a10d52c2919")
package() {