summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2021-11-14 15:00:08 +0100
committerKr1ss2021-11-14 15:00:08 +0100
commit1034c39b152c86f6699d49fa58bb9e2ca0148ac6 (patch)
tree1db76d8f8a7407b4f6c9ff563eeb8e1331be36fb
parentb8902557396eca373d5913c0b42667f88568d056 (diff)
downloadaur-1034c39b152c86f6699d49fa58bb9e2ca0148ac6.tar.gz
update: htmlunit 2.55.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 43cee5bc842e..943b59e99883 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = htmlunit
pkgdesc = Headless HTTP webclient for Java
- pkgver = 2.54.0
+ pkgver = 2.55.0
pkgrel = 1
url = http://htmlunit.sourceforge.net
arch = any
license = Apache
- source = https://github.com/htmlunit/htmlunit/releases/download/2.54.0/htmlunit-2.54.0-bin.zip
- sha256sums = 2e139095de8823980226b3c076c1a8e8ca5de533d7da19d06745db39e6d3ae06
+ source = https://github.com/htmlunit/htmlunit/releases/download/2.55.0/htmlunit-2.55.0-bin.zip
+ sha256sums = 5d624ce5d25c56408befee3ca8975348dfdc75fefdae9e4d959ba4b33ea3aa61
pkgname = htmlunit
depends = java-runtime
diff --git a/PKGBUILD b/PKGBUILD
index b3d7cbfaf06c..d6071b7ad2e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=htmlunit
pkgname=("$pkgbase" "$pkgbase-doc")
-pkgver=2.54.0
+pkgver=2.55.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=('2e139095de8823980226b3c076c1a8e8ca5de533d7da19d06745db39e6d3ae06')
+sha256sums=('5d624ce5d25c56408befee3ca8975348dfdc75fefdae9e4d959ba4b33ea3aa61')
package_htmlunit() {