diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2019-04-22 17:17:09 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-04-22 17:17:25 +0200 |
commit | be56c46492ff24c62430563428c5c49c793a4a44 (patch) | |
tree | a5bbdb9b8514fc37f35c40f0d8cbc68a6b0d3060 | |
parent | 6f16a441e623e703cad13a1d88908bc768004697 (diff) | |
download | aports-be56c46492ff24c62430563428c5c49c793a4a44.tar.bz2 aports-be56c46492ff24c62430563428c5c49c793a4a44.tar.xz |
community/ruby-rspec-expectations: upgrade to 3.8.3
-rw-r--r-- | community/ruby-rspec-expectations/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ruby-rspec-expectations/APKBUILD b/community/ruby-rspec-expectations/APKBUILD index 546b436ea9..e99d6076b2 100644 --- a/community/ruby-rspec-expectations/APKBUILD +++ b/community/ruby-rspec-expectations/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=ruby-rspec-expectations _gemname=${pkgname#ruby-} -pkgver=3.8.2 +pkgver=3.8.3 pkgrel=0 pkgdesc="Provides a readable API to express expected outcomes of a code example in RSpec" url="https://relishapp.com/rspec/rspec-expectations/" @@ -36,5 +36,5 @@ package() { "$gemdir"/doc } -sha512sums="d374f7add45d2b6ce607c1a068e3e0970f902a0edf96ec891bd618dd17253878c1e0b625296ff12a6dc35103651bbfbcfd1a1b444f94e08eae2680e32853a198 ruby-rspec-expectations-3.8.2.tar.gz +sha512sums="328b3403e7ac2864ed6ad1a196ca24df6693797e35525559f2082c7e1c161d60da7776ca1a68a82364a7ea55115ac2c12ebf6af8486ef88757a4818a9683ae80 ruby-rspec-expectations-3.8.3.tar.gz 1d477004521852e23d01b197187dbb434a2c7fd179e506c82a12e17f5d52470fe2a113112e7052b9479077eafa6759beb07c03301de1f8ea7f5c4643c92d8346 gemspec.patch" |