summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2021-04-21 07:36:20 -0400
committerAndrew Sun2021-04-21 07:36:20 -0400
commitb8e6d11ad9afc7d32a61a9671cd970ab4d93a416 (patch)
treec480fe5ca71a3553b8db453807169f50b5d7a61d /PKGBUILD
parent784f58469d51bce13dc313de7200a853d7b9ac43 (diff)
downloadaur-b8e6d11ad9afc7d32a61a9671cd970ab4d93a416.tar.gz
use https for source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6831bbc9d01d..b2d97e55d7a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Andrew Sun <adsun701@gmail.com>
+# Contributor: Andrew Sun <adsun701 at gmail dot com>
# Contributor: Christopher Loen <christopherloen at gmail dot com>
pkgname=aesfix
@@ -9,7 +9,7 @@ arch=('x86_64')
url='https://citp.princeton.edu/research/memory/'
license=('BSD')
depends=('gcc-libs')
-source=("http://citpsite.s3-website-us-east-1.amazonaws.com/oldsite-htdocs/memory-content/src/${pkgname}-${pkgver}.tar.gz")
+source=("https://citpsite.s3.amazonaws.com/memory-content/src/aesfix-${pkgver}.tar.gz")
sha256sums=('7b177e876caee6aae48f0123102f11df6594a738483f9a47f2c76fe81cc045d4')
build() {