summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2022-06-11 16:42:27 +0200
committerMario Finelli2022-06-11 16:42:27 +0200
commit8b7c03544922fd170c16af3886620bb6462742f1 (patch)
tree32d4ee2345b34bf8e5d1d3c1bd1b91da2425adef
parentddc994f0bfae838ab1a1649d4edf6bc3a8459f6f (diff)
downloadaur-8b7c03544922fd170c16af3886620bb6462742f1.tar.gz
upgpkg: ruby-mechanize 2.8.5-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 cd674ba122ad..8276661c2d85 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.4
+ pkgver = 2.8.5
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.4
+ source = git+https://github.com/sparklemotion/mechanize.git?tag=v2.8.5
sha256sums = SKIP
pkgname = ruby-mechanize
diff --git a/PKGBUILD b/PKGBUILD
index 45b99395eb37..85f4c2b8e6fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=mechanize
pkgname=ruby-$_gemname
-pkgver=2.8.4
+pkgver=2.8.5
pkgrel=1
pkgdesc="The Mechanize library is used for automating interaction with websites"
arch=(any)