summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-10-23 03:49:05 +0800
committerlilac2020-10-23 03:49:05 +0800
commit67ab291e39305c8829150bfaa8e7004b40c49dcb (patch)
tree27a051c212ba6c07fb0ef3cf84da5730adae361f
parentc62d34d0914186b0d6d1a96ec679397485e2f04d (diff)
downloadaur-67ab291e39305c8829150bfaa8e7004b40c49dcb.tar.gz
[lilac] updated to 5.2.4.4-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a36bb9de2ef..4320349cbb91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ruby-activesupport-5
pkgdesc = A toolkit of support libraries and Ruby core extensions extracted from the Rails framework.
- pkgver = 5.2.4.2
+ pkgver = 5.2.4.4
pkgrel = 1
url = http://rubyonrails.org
arch = any
@@ -11,10 +11,10 @@ pkgbase = ruby-activesupport-5
depends = ruby-minitest
depends = ruby-concurrent
provides = ruby-activesupport
- noextract = activesupport-5.2.4.2.gem
+ noextract = activesupport-5.2.4.4.gem
options = !emptydirs
- source = https://rubygems.org/downloads/activesupport-5.2.4.2.gem
- sha256sums = 8c3ae3df5b08b49b6b5d9c5028da1a1e582f1243b7362dbb9736f65ede492378
+ source = https://rubygems.org/downloads/activesupport-5.2.4.4.gem
+ sha256sums = 8d3ddc9b86431f4e2df3c641c2f534c4c244621e57a7efa4f98e94a38198f636
pkgname = ruby-activesupport-5
diff --git a/PKGBUILD b/PKGBUILD
index e28e0be5f88a..eb0f0af1e7d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=activesupport
pkgname=ruby-$_gemname-5
-pkgver=5.2.4.2
+pkgver=5.2.4.4
pkgrel=1
pkgdesc='A toolkit of support libraries and Ruby core extensions extracted from the Rails framework.'
arch=(any)
@@ -12,7 +12,7 @@ depends=(ruby ruby-i18n ruby-tzinfo-1 ruby-minitest ruby-concurrent)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha256sums=('8c3ae3df5b08b49b6b5d9c5028da1a1e582f1243b7362dbb9736f65ede492378')
+sha256sums=('8d3ddc9b86431f4e2df3c641c2f534c4c244621e57a7efa4f98e94a38198f636')
provides=('ruby-activesupport')
package() {