summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2017-12-16 11:56:48 +0200
committerDet2017-12-16 11:56:48 +0200
commitabfa14f394736a8011bac7cc6ae8eeecc49f65d2 (patch)
treef930801e9ad06fe4a70c44211d35f531572bcec6
parent3c930e0278be3378a2461896391118328a6ca0c6 (diff)
downloadaur-abfa14f394736a8011bac7cc6ae8eeecc49f65d2.tar.gz
Upgpkg: 10b36
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50b7b32a404f..9370068248a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = jdk-devel-docs
pkgdesc = Documentation for Oracle Java 10 Development Kit Snapshot
- pkgver = 10b35
+ pkgver = 10b36
pkgrel = 1
url = http://jdk.java.net/10/
arch = any
license = custom:Oracle
optdepends = java-environment>=10: Compile and run examples
options = !strip
- source = http://download.java.net/java/jdk10/archive/35/binaries/jdk-10-ea+35_doc-all.zip
+ source = http://download.java.net/java/jdk10/archive/36/binaries/jdk-10-ea+36_doc-all.zip
source = LICENSE-Early-Adopter-Development-Agreement.txt
- sha256sums = 8b4114ed978a5ef1dd86a7d1bc0b1eab767b97a58d2e562af9059690206a16d3
+ sha256sums = 4649acb916b55287cefd7bed7f6374dab17e750b020df4ef79737e90901b3a8c
sha256sums = 36d48f14c16f0dcc98a8ce2301fd2a111701e6f59a7da08b0e51fdb3e2f9ca89
pkgname = jdk-devel-docs
diff --git a/PKGBUILD b/PKGBUILD
index 71a8acb9710c..f663498e9cb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=jdk-devel-docs
_major=10
-_build=35
+_build=36
pkgver=${_major}b${_build}
pkgrel=1
pkgdesc="Documentation for Oracle Java $_major Development Kit Snapshot"
@@ -13,7 +13,7 @@ optdepends=("java-environment>=$_major: Compile and run examples")
options=('!strip')
source=("http://download.java.net/java/jdk${_major}/archive/${_build}/binaries/jdk-${_major}-ea+${_build}_doc-all.zip"
'LICENSE-Early-Adopter-Development-Agreement.txt')
-sha256sums=('8b4114ed978a5ef1dd86a7d1bc0b1eab767b97a58d2e562af9059690206a16d3'
+sha256sums=('4649acb916b55287cefd7bed7f6374dab17e750b020df4ef79737e90901b3a8c'
'36d48f14c16f0dcc98a8ce2301fd2a111701e6f59a7da08b0e51fdb3e2f9ca89')
package() {