summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2017-11-19 15:01:16 +0200
committerDet2017-11-19 15:01:16 +0200
commit58c02f0544cfd125b8f5ae342ba55f06519fbe18 (patch)
tree9c4b44473c84eff7095ee9ddc366b4abbfa88dcd
parent883810ae2c0a5af875a856e0470bd195e5cf8ae7 (diff)
downloadaur-58c02f0544cfd125b8f5ae342ba55f06519fbe18.tar.gz
Upgpkg: 10b32
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7096a3dfb0ef..edab5d7dc5d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = jdk-devel-docs
pkgdesc = Documentation for Oracle Java 10 Development Kit Snapshot
- pkgver = 10b31
+ pkgver = 10b32
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/31/binaries/jdk-10-ea+31_doc-all.zip
+ source = http://download.java.net/java/jdk10/archive/32/binaries/jdk-10-ea+32_doc-all.zip
source = LICENSE-Early-Adopter-Development-Agreement.txt
- sha256sums = 1ecf0bf64cbe82122f0d1a4b27508014d552337ac0df74ba30fc0763ecdbf6c9
+ sha256sums = 2d6ceaf4e934e8888f4daeee560b83c77a4dc9b4cd46041b49ab40db3a159617
sha256sums = 36d48f14c16f0dcc98a8ce2301fd2a111701e6f59a7da08b0e51fdb3e2f9ca89
pkgname = jdk-devel-docs
diff --git a/PKGBUILD b/PKGBUILD
index 01b9bc70c09e..a7939ceb4abb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=jdk-devel-docs
_major=10
-_build=31
+_build=32
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=('1ecf0bf64cbe82122f0d1a4b27508014d552337ac0df74ba30fc0763ecdbf6c9'
+sha256sums=('2d6ceaf4e934e8888f4daeee560b83c77a4dc9b4cd46041b49ab40db3a159617'
'36d48f14c16f0dcc98a8ce2301fd2a111701e6f59a7da08b0e51fdb3e2f9ca89')
package() {