summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2022-03-19 18:11:23 +0100
committerKr1ss2022-03-19 18:11:23 +0100
commit5d0e8c747fcdd298606e7059ed7787442f969fcd (patch)
tree2028932785e5625b1f561b16d7adccf1bd0319d1
parent79d50d76f9ad2c13fe404d3fa5f79794fa8f6519 (diff)
downloadaur-5d0e8c747fcdd298606e7059ed7787442f969fcd.tar.gz
update: htmlunit 2.60.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd63204b7a21..5755d46ca5b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = htmlunit
pkgdesc = Headless HTTP webclient for Java
- pkgver = 2.59.0
+ pkgver = 2.60.0
pkgrel = 1
url = http://htmlunit.sourceforge.net
arch = any
license = Apache
- source = https://github.com/htmlunit/htmlunit/releases/download/2.59.0/htmlunit-2.59.0-bin.zip
- sha256sums = cef41ed4358ae5ff3d6f5a0e5264248040aeda385bc7ad7dc3ca60ecc64a3089
+ source = https://github.com/htmlunit/htmlunit/releases/download/2.60.0/htmlunit-2.60.0-bin.zip
+ sha256sums = 9f3eaf5226245477d7a8111b022f24d8b01d70f6bb8b611e1a24dd7bd71e7676
pkgname = htmlunit
depends = java-runtime
diff --git a/PKGBUILD b/PKGBUILD
index 8535aeb4b84f..d77c7b2332d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=htmlunit
pkgname=("$pkgbase" "$pkgbase-doc")
-pkgver=2.59.0
+pkgver=2.60.0
pkgrel=1
pkgdesc='Headless HTTP webclient for Java'
@@ -16,7 +16,7 @@ license=('Apache')
#source=("http://sourceforge.net/projects/$pkgbase/files/$pkgbase/$pkgver/$pkgbase-$pkgver-bin.zip")
source=("https://github.com/$pkgbase/$pkgbase/releases/download/$pkgver/$pkgbase-$pkgver-bin.zip")
-sha256sums=('cef41ed4358ae5ff3d6f5a0e5264248040aeda385bc7ad7dc3ca60ecc64a3089')
+sha256sums=('9f3eaf5226245477d7a8111b022f24d8b01d70f6bb8b611e1a24dd7bd71e7676')
package_htmlunit() {