summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2021-11-20 11:27:58 -0500
committerMario Finelli2021-11-20 11:27:58 -0500
commitd9100448bed04061c725acd8fe4067922590e1cf (patch)
tree77f78f776b567b24519851d0f21b031df1e17f84
parent3df67097833fe4200b4fdb79f07c2d64f23e0a77 (diff)
downloadaur-d9100448bed04061c725acd8fe4067922590e1cf.tar.gz
upgpkg: ruby-mechanize 2.8.3-1
upstream release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d6baace7d1b..239ecd8cb3ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-mechanize
pkgdesc = The Mechanize library is used for automating interaction with websites
- pkgver = 2.8.2
+ pkgver = 2.8.3
pkgrel = 1
url = https://github.com/sparklemotion/mechanize
arch = any
@@ -22,7 +22,7 @@ pkgbase = ruby-mechanize
depends = ruby-webrick
depends = ruby-webrobots
options = !emptydirs
- source = git+https://github.com/sparklemotion/mechanize.git?tag=v2.8.2
+ source = git+https://github.com/sparklemotion/mechanize.git?tag=v2.8.3
sha256sums = SKIP
pkgname = ruby-mechanize
diff --git a/PKGBUILD b/PKGBUILD
index 708971d402b9..79e953dfe72a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=mechanize
pkgname=ruby-$_gemname
-pkgver=2.8.2
+pkgver=2.8.3
pkgrel=1
pkgdesc="The Mechanize library is used for automating interaction with websites"
arch=(any)