aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-12-22 18:19:40 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2019-12-22 18:37:53 +0100
commit893b2adb15fdb11cecef7e5f80ea8a8b97c514d1 (patch)
treecdbbd2734cb0ab62f420edcc52c5d8b05fcf8f78
parent21aef564b727813fc4ce43bd418b506e7442e0fa (diff)
downloadaports-893b2adb15fdb11cecef7e5f80ea8a8b97c514d1.tar.bz2
aports-893b2adb15fdb11cecef7e5f80ea8a8b97c514d1.tar.xz
community/systemc: update URLs to https
-rw-r--r--community/systemc/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/systemc/APKBUILD b/community/systemc/APKBUILD
index 1d5e9878e3..595d4f463d 100644
--- a/community/systemc/APKBUILD
+++ b/community/systemc/APKBUILD
@@ -4,11 +4,11 @@ pkgname=systemc
pkgver=2.3.3
pkgrel=0
pkgdesc="C++ library for modeling and describing complex hardware systems"
-url="http://www.accellera.org/downloads/standards/systemc"
+url="https://www.accellera.org/downloads/standards/systemc"
arch="x86 x86_64" # upstream only supports x86*
license="Apache-2.0"
subpackages="$pkgname-doc $pkgname-dev"
-source="http://www.accellera.org/images/downloads/standards/$pkgname/$pkgname-$pkgver.tar.gz"
+source="https://www.accellera.org/images/downloads/standards/$pkgname/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver/objdir"
prepare() {