summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 457e82a265d6..7bb79b2bcc52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = meteorite
arch = x86_64
license = GPL
depends = wxgtk
- source = http://downloads.sourceforge.net/meteorite/Meteorite-v0.11-src.tar.bz2
+ source = https://downloads.sourceforge.net/meteorite/Meteorite-v0.11-src.tar.bz2
md5sums = 9f608eee5a8f355beb8b59fb7e0a8718
pkgname = meteorite
diff --git a/PKGBUILD b/PKGBUILD
index c64ad4d6eadb..42f9062da4c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url='http://meteorite.sourceforge.net/'
license=('GPL')
depends=('wxgtk')
-source=("http://downloads.sourceforge.net/$pkgname/Meteorite-v$pkgver-src.tar.bz2")
+source=("https://downloads.sourceforge.net/$pkgname/Meteorite-v$pkgver-src.tar.bz2")
md5sums=('9f608eee5a8f355beb8b59fb7e0a8718')
build() {