summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2018-03-30 13:28:59 +0300
committerDet2018-03-30 13:28:59 +0300
commit083f4b921dca35e8ac43a48dcd798475e44a29af (patch)
treea61ecf974a34e62c52bf7a62396ed1e33edee7b4
parentbc80124c502e74a8fa6eb234bac1a7eabdf6ce22 (diff)
downloadaur-083f4b921dca35e8ac43a48dcd798475e44a29af.tar.gz
Upgpkg: 11b6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd8c4005e92c..f03843e3fad0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = jdk-devel-docs
pkgdesc = Documentation for Oracle Java 11 Development Kit Snapshot
- pkgver = 11b5
+ pkgver = 11b6
pkgrel = 1
url = http://jdk.java.net/11/
arch = any
license = custom:Oracle
optdepends = java-environment>=11: Compile and run examples
options = !strip
- source = https://download.java.net/java/early_access/jdk11/5/BCL/jdk-11-ea+5_doc-all.zip
+ source = https://download.java.net/java/early_access/jdk11/6/BCL/jdk-11-ea+6_doc-all.zip
source = LICENSE-Early-Adopter-Development-Agreement.txt
- sha256sums = 14a9de903c33d6abd9ea21363e4a17746441b2d8aa104ee7747285f170533272
+ sha256sums = 4af5ecc162001d65a729566bb99010a9e939c50415e443b6afdeac1602810e25
sha256sums = 36d48f14c16f0dcc98a8ce2301fd2a111701e6f59a7da08b0e51fdb3e2f9ca89
pkgname = jdk-devel-docs
diff --git a/PKGBUILD b/PKGBUILD
index 30f539e63458..030689af0b22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=jdk-devel-docs
_major=11
-_build=5
+_build=6
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=("https://download.java.net/java/early_access/jdk${_major}/${_build}/BCL/jdk-${_major}-ea+${_build}_doc-all.zip"
'LICENSE-Early-Adopter-Development-Agreement.txt')
-sha256sums=('14a9de903c33d6abd9ea21363e4a17746441b2d8aa104ee7747285f170533272'
+sha256sums=('4af5ecc162001d65a729566bb99010a9e939c50415e443b6afdeac1602810e25'
'36d48f14c16f0dcc98a8ce2301fd2a111701e6f59a7da08b0e51fdb3e2f9ca89')
package() {