summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTom Vincent2023-09-04 21:13:48 +0000
committerTom Vincent2023-09-04 21:13:48 +0000
commit4d108eccc2ca0a8a1aae4855289a0473ff008e91 (patch)
tree03c298e175186fc24599b35e72a21d7339c65576 /PKGBUILD
parent37a8bc8a6a97362f876997fc8bff5df9174ec550 (diff)
downloadaur-ruby-gli.tar.gz
2.21.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bca479ed11ac..2027b8b7ee73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom Vincent <aur@tlvince.com>
pkgname=ruby-gli
_gemname=gli
-pkgver=2.19.0
+pkgver=2.21.1 # renovate: datasource=rubygems depName=gli
pkgrel=1
pkgdesc="Make awesome command-line applications the easy way"
arch=('any')
@@ -11,7 +11,7 @@ depends=('ruby')
makedepends=('rubygems')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("${_gemname}-${pkgver}.gem")
-md5sums=('8576ef63d2deeecac2bcb236e965dc14')
+md5sums=('42262857eeb092006a80492a2b29ad43')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"