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 68979e4dfde0..989879a14672 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = json-simple
arch = x86_64
license = APACHE
depends = java-runtime
- source = http://json-simple.googlecode.com/files/json-simple-1.1.1.jar
+ source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/json-simple/json-simple-1.1.1.jar
sha1sums = 5d6f9b6a9ddca2a28c0216cc44efb2e20d9c23b5
pkgname = json-simple
diff --git a/PKGBUILD b/PKGBUILD
index 36220e9dbb2c..f45b4aa2d75e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url='http://code.google.com/p/json-simple'
license=('APACHE')
depends=('java-runtime')
-source=("http://json-simple.googlecode.com/files/${pkgname}-${pkgver}.jar")
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}-${pkgver}.jar")
sha1sums=('5d6f9b6a9ddca2a28c0216cc44efb2e20d9c23b5')
package() {