summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2016-02-17 23:23:24 +0200
committerDet2016-02-17 23:23:24 +0200
commite8baffeb65ac781db576960129ca183871778c9e (patch)
tree97393ff070de5aca7fbb3a28a039f45c06b13d72
parente17ad1298b447f6f4f1368f3e6ef9f02ed843528 (diff)
downloadaur-e8baffeb65ac781db576960129ca183871778c9e.tar.gz
Fix MD5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17fee5fc9aa8..4fd56afaeb0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,11 +7,11 @@ pkgbase = jdk-devel-docs
optdepends = java-runtime>=9: Run the examples
optdepends = java-environment>=9: Compile and run the examples
options = !strip
- source = http://download.java.net/jdk9/archive/105/binaries/jdk-9_doc-all.zip
- source = http://download.java.net/jdk9/archive/105/binaries/javafx-9_doc.zip
+ source = http://www.java.net/download/jdk9/archive/105/binaries/jdk-9_doc-all.zip
+ source = http://www.java.net/download/jdk9/archive/105/binaries/javafx-9_doc.zip
source = LICENSE
- md5sums = 7cd93a335e31e713977749302901835d
- md5sums = b5053216372ee2ec638c8a40eb7bffd2
+ md5sums = 2d73bbc973c1b98f0252093e482272aa
+ md5sums = 5ec7ce513d5755312c4763cfd62c5146
md5sums = f09947a67691a2d78d20a3885889981c
pkgname = jdk-devel-docs
diff --git a/PKGBUILD b/PKGBUILD
index b51f69f9f350..adea2e4f356b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,11 +15,11 @@ license=('custom:Oracle BSD')
optdepends=("java-runtime>=$_major: Run the examples"
"java-environment>=$_major: Compile and run the examples")
options=('!strip')
-source=("http://download.java.net/jdk$_major/archive/$_build/binaries/jdk-${_pkgver}_doc-all.zip"
- "http://download.java.net/jdk$_major/archive/$_build/binaries/javafx-${_pkgver}_doc.zip"
+source=("http://www.java.net/download/jdk${_major}/archive/${_build}/binaries/jdk-${_pkgver}_doc-all.zip"
+ "http://www.java.net/download/jdk${_major}/archive/${_build}/binaries/javafx-${_pkgver}_doc.zip"
'LICENSE')
-md5sums=('7cd93a335e31e713977749302901835d'
- 'b5053216372ee2ec638c8a40eb7bffd2'
+md5sums=('2d73bbc973c1b98f0252093e482272aa'
+ '5ec7ce513d5755312c4763cfd62c5146'
'f09947a67691a2d78d20a3885889981c')
package_jdk-devel-docs() {