summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2017-05-05 18:02:44 +0300
committerDet2017-05-05 18:02:44 +0300
commit83899ee7ddfe1ed5b9c93d50464d175ad2858f6e (patch)
tree5d870d6343559c48d60a6e2df98a15c084de370b
parent558e1e44a95fdc8e2143c0db80a5b55fed43a0a1 (diff)
downloadaur-83899ee7ddfe1ed5b9c93d50464d175ad2858f6e.tar.gz
Upgpkg: 9b168
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c8762920aaa..8c0bf2db0ece 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = jdk-devel-docs
- pkgver = 9b167
+ pkgver = 9b168
pkgrel = 1
url = http://jdk.java.net/9/
arch = any
license = custom:Oracle BSD
optdepends = java-environment>=9: Compile and run examples
options = !strip
- source = http://www.java.net/download/java/jdk9/archive/167/binaries/jdk-9_doc-api-spec.tar.gz
- source = http://www.java.net/download/java/jdk9/archive/167/binaries/javafx-9_doc.zip
+ source = http://www.java.net/download/java/jdk9/archive/168/binaries/jdk-9_doc-api-spec.tar.gz
+ source = http://www.java.net/download/java/jdk9/archive/168/binaries/javafx-9_doc.zip
source = LICENSE
- sha256sums = 05e08aa4190e3fdf3a89038ee45e0c8d8935667c497322ced8b4794e6748de3b
- sha256sums = 07955c958997a917da865ff0e2bf4cd904f03672c3cfd626c35317b53fdf02bc
+ sha256sums = 242800a9558186b2c93344b1ffc61ec81c6c00890ae99144abdbdabbc3383a06
+ sha256sums = 786893154d58009d19e56dbdd29c566bfaba5f2e58c831932e6678520c3c88dc
sha256sums = 5f00ffce28036cf79da41c7fe0e29801e3148597a164ecc69f49e718ae370370
pkgname = jdk-devel-docs
diff --git a/PKGBUILD b/PKGBUILD
index 548d8a78e2da..8ff73ff4e6d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('jdk-devel-docs' 'javafx-devel-docs')
_major=9
#_minor=1
-_build=167
+_build=168
_pkgver=$_major
pkgver=${_major}b${_build}
#_pkgver=${_major}u${_minor}
@@ -17,8 +17,8 @@ options=('!strip')
source=("http://www.java.net/download/java/jdk${_major}/archive/${_build}/binaries/jdk-${_pkgver}_doc-api-spec.tar.gz"
"http://www.java.net/download/java/jdk${_major}/archive/${_build}/binaries/javafx-${_pkgver}_doc.zip"
'LICENSE')
-sha256sums=('05e08aa4190e3fdf3a89038ee45e0c8d8935667c497322ced8b4794e6748de3b'
- '07955c958997a917da865ff0e2bf4cd904f03672c3cfd626c35317b53fdf02bc'
+sha256sums=('242800a9558186b2c93344b1ffc61ec81c6c00890ae99144abdbdabbc3383a06'
+ '786893154d58009d19e56dbdd29c566bfaba5f2e58c831932e6678520c3c88dc'
'5f00ffce28036cf79da41c7fe0e29801e3148597a164ecc69f49e718ae370370')
package_jdk-devel-docs() {