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 8b39041f8bb5..8956ea908844 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_gemname=colorls
pkgname=ruby-$_gemname
-pkgver=1.3.3
+pkgver=1.4.1
pkgrel=1
pkgdesc='A Ruby CLI gem that beautifies the terminal'\''s ls command, with color and font-awesome icons.'
arch=(any)
@@ -14,7 +14,7 @@ depends=(ruby ruby-clocale ruby-filesize ruby-manpages ruby-rainbow)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha256sums=('a6bb5e41f7270c93b66dc84a00baf6d34afdaae3188543d5c796ea62dea83b1f')
+sha256sums=('e28dcb8c7807904bd8245e914836eea06dba3cb95578aa7dc0a5f32c2c772280')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"