summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Lundberg2015-09-18 16:50:44 +0200
committerEmil Lundberg2015-09-18 17:15:19 +0200
commit78f1b106f55e931a97b2e4cf4dc5b4d2e166fa9c (patch)
tree5a6b78a16af1925a9bfb91d602370593f7a11d66
parent557daf7bf8709696e5f2203335c695fdccc2d5bb (diff)
downloadaur-78f1b106f55e931a97b2e4cf4dc5b4d2e166fa9c.tar.gz
Update pkgver to 1.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36328fcb3706..7c1134bc471c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = icedtea-web
- pkgver = 1.6
+ pkgver = 1.6.1
pkgrel = 1
url = http://icedtea.classpath.org/wiki/IcedTea-Web
arch = i686
@@ -17,9 +17,9 @@ pkgbase = icedtea-web
depends = bin32-jre
optdepends = rhino: for using proxy auto config files
conflicts = icedtea-web
- noextract = icedtea-web-1.6.tar.gz
- source = http://icedtea.classpath.org/download/source/icedtea-web-1.6.tar.gz
- sha256sums = 169386ad8d43c51b0c23ef128f9ba99040d23d9ceec24d7429514576778e117d
+ noextract = icedtea-web-1.6.1.tar.gz
+ source = http://icedtea.classpath.org/download/source/icedtea-web-1.6.1.tar.gz
+ sha256sums = a9b46ab6c9dc303c89651143596bc5abea29242b9bdcabdd2dab7c606592c920
pkgname = icedtea-web-jre32
pkgdesc = Free web browser plugin to run applets written in Java and an implementation of Java Web Start
diff --git a/PKGBUILD b/PKGBUILD
index fc22e7d296b5..1ee2e146ea6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=icedtea-web
pkgname=('icedtea-web-jre32' 'icedtea-web-doc')
conflicts=('icedtea-web')
-pkgver=1.6
+pkgver=1.6.1
pkgrel=1
arch=('i686' 'x86_64')
url='http://icedtea.classpath.org/wiki/IcedTea-Web'
@@ -16,7 +16,7 @@ optdepends=('rhino: for using proxy auto config files')
# Due to broken path names in the tarball that fails with LANG=C in our chroot
noextract=${pkgbase}-${pkgver}.tar.gz
source=(http://icedtea.classpath.org/download/source/${pkgbase}-${pkgver}.tar.gz)
-sha256sums=('169386ad8d43c51b0c23ef128f9ba99040d23d9ceec24d7429514576778e117d')
+sha256sums=('a9b46ab6c9dc303c89651143596bc5abea29242b9bdcabdd2dab7c606592c920')
prepare() {
cd "${srcdir}"