summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1b34dcb64f5..7f957bee0d97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Carsten Feuls <archlinux@carstenfeuls.de>
pkgname=ruby-listen
-pkgver=3.6.0
+pkgver=3.7.0
pkgrel=1
pkgdesc="The Listen gem listens to file modifications and notifies you about the changes. Works everywhere!"
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('ruby-rdoc')
source=("https://rubygems.org/downloads/listen-$pkgver.gem")
noextract=("listen-$pkgver.gem")
options=('!emptydirs')
-sha256sums=('f095d31f66f8cef7142d0658697961900f3ee3d3223980a3bc8ca9a449f307b7')
+sha256sums=('b72c0ca66346956c1939719bf21b90e24f20d4155d1d546fa009f32867838e59')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"