diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-08-25 12:09:08 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-08-25 12:11:03 +0200 |
commit | 558ee54eca4e16cd7dc59e82d31e126556985627 (patch) | |
tree | ecf9946291a8fcbbb9944e29338c5dbec02b5530 /community/ruby-rspec-expectations | |
parent | 2b093ecbd5861534123c5568a321da2366b4d533 (diff) | |
download | aports-558ee54eca4e16cd7dc59e82d31e126556985627.tar.bz2 aports-558ee54eca4e16cd7dc59e82d31e126556985627.tar.xz |
community/ruby-rspec-expectations: upgrade to 3.8.1
Diffstat (limited to 'community/ruby-rspec-expectations')
-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 a46f823bec..482c5827df 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.0 +pkgver=3.8.1 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="7157dcf09c18d2b56156ba4c1b0bc1a11cb98ab05e43ab9cbd65eea3f796cadf3319711d4e9837905cbba8d70cf297aea47f1f8631fd7a97be763dd33ce08002 ruby-rspec-expectations-3.8.0.tar.gz +sha512sums="91d637210ccc4322073ce3e258b923de0e69f0a6eb0f07dd31bfe41da0a0ff18685c289e02c3ccabdea0f332ad55dbcb197fc16c7d6b144958e11cc90bfc8496 ruby-rspec-expectations-3.8.1.tar.gz 1d477004521852e23d01b197187dbb434a2c7fd179e506c82a12e17f5d52470fe2a113112e7052b9479077eafa6759beb07c03301de1f8ea7f5c4643c92d8346 gemspec.patch" |