summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Ackerman2020-05-23 15:22:04 -0700
committerBrad Ackerman2020-05-23 15:22:04 -0700
commitc655e572ba6c4545660161663d5595f6925c9e4b (patch)
treec531c1eb43334413b3636d7470e7f7958cdf0da2
parent5c643417ecfabcbec4817fc3ea136049f4e4ee3f (diff)
downloadaur-c655e572ba6c4545660161663d5595f6925c9e4b.tar.gz
Bump version to 1.4.1.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3039f06eed4c..883fd0e09a0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-colorls
pkgdesc = A Ruby CLI gem that beautifies the terminal's ls command, with color and font-awesome icons.
- pkgver = 1.3.3
+ pkgver = 1.4.1
pkgrel = 1
url = https://github.com/athityakumar/colorls
arch = any
@@ -10,10 +10,10 @@ pkgbase = ruby-colorls
depends = ruby-filesize
depends = ruby-manpages
depends = ruby-rainbow
- noextract = colorls-1.3.3.gem
+ noextract = colorls-1.4.1.gem
options = !emptydirs
- source = https://rubygems.org/downloads/colorls-1.3.3.gem
- sha256sums = a6bb5e41f7270c93b66dc84a00baf6d34afdaae3188543d5c796ea62dea83b1f
+ source = https://rubygems.org/downloads/colorls-1.4.1.gem
+ sha256sums = e28dcb8c7807904bd8245e914836eea06dba3cb95578aa7dc0a5f32c2c772280
pkgname = ruby-colorls
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')"