summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjorgicio2021-05-09 00:00:03 -0400
committerjorgicio2021-05-09 00:00:03 -0400
commit9f1104656301b3e53cd95c2f01f082e3c7212df8 (patch)
treec35cc9b6ab08c3c768adc8613e02775d1ae5804a
parent2d806b92f5f7f26ea4c36730a7eda23b2b0643e3 (diff)
downloadaur-9f1104656301b3e53cd95c2f01f082e3c7212df8.tar.gz
Upgrading ruby-actionmailer
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbbcab0072d5..aa0f70d58761 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_gemname=actionmailer
pkgname=ruby-$_gemname
-pkgver=6.1.3
+pkgver=6.1.3.2
pkgrel=1
pkgdesc='Email composition, delivery, and receiving framework (part of Rails).'
arch=(any)
@@ -15,7 +15,7 @@ depends=(ruby ruby-actionpack ruby-actionview ruby-mail ruby-rails-dom-testing)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha256sums=('49ad423587cde9032ae01ca209ea52cda6b689a192e27663ba23626e58252c52')
+sha256sums=('978b37c0defc62f07e664880b5f323ff4b4238e0b3f5d9a87668c5f7a7570ddb')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"