summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2022-01-24 00:49:48 +0100
committerKr1ss2022-01-24 00:49:48 +0100
commite0c78db3993eae5d3efd6143109ea9c7c527e3b0 (patch)
tree024905f09d3e55933be6d63836a676100f0d4976
parentcb4cdfc8f0cf80dd3a842f56824e71044f6455d5 (diff)
downloadaur-e0c78db3993eae5d3efd6143109ea9c7c527e3b0.tar.gz
update: htmlunit 2.57.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 79f9d74ca7a9..9531ab42b018 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = htmlunit
pkgdesc = Headless HTTP webclient for Java
- pkgver = 2.56.0
+ pkgver = 2.57.0
pkgrel = 1
url = http://htmlunit.sourceforge.net
arch = any
license = Apache
- source = https://github.com/htmlunit/htmlunit/releases/download/2.56.0/htmlunit-2.56.0-bin.zip
- sha256sums = 1461ecd3ef842246dbcb6adaa64f0aa07c7fa78416f8e0009de413f724069e2e
+ source = https://github.com/htmlunit/htmlunit/releases/download/2.57.0/htmlunit-2.57.0-bin.zip
+ sha256sums = 356af772d2f205b072920b61a2a290a1cbd9332ccba319f234215c1d402ebbbe
pkgname = htmlunit
depends = java-runtime
diff --git a/PKGBUILD b/PKGBUILD
index b296eeb42f20..0353eb5ca2cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=htmlunit
pkgname=("$pkgbase" "$pkgbase-doc")
-pkgver=2.56.0
+pkgver=2.57.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=('1461ecd3ef842246dbcb6adaa64f0aa07c7fa78416f8e0009de413f724069e2e')
+sha256sums=('356af772d2f205b072920b61a2a290a1cbd9332ccba319f234215c1d402ebbbe')
package_htmlunit() {