diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-09-07 19:18:43 +0000 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-09-08 14:36:45 +0200 |
commit | 7e59b8560a1d66bbb8381971057e7eb58874e4cd (patch) | |
tree | 9dcc6d01f93095191487d32315ec9cb5ec46a13f /testing/ruby-shoulda-matchers/APKBUILD | |
parent | 6eca85c4978202a5f3381cc20ec88e428e99226a (diff) | |
download | aports-7e59b8560a1d66bbb8381971057e7eb58874e4cd.tar.bz2 aports-7e59b8560a1d66bbb8381971057e7eb58874e4cd.tar.xz |
testing/ruby-shoulda-matchers: upgrade to 2.3.0
Diffstat (limited to 'testing/ruby-shoulda-matchers/APKBUILD')
-rw-r--r-- | testing/ruby-shoulda-matchers/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/ruby-shoulda-matchers/APKBUILD b/testing/ruby-shoulda-matchers/APKBUILD index c2edd24ffd..94c371f8a3 100644 --- a/testing/ruby-shoulda-matchers/APKBUILD +++ b/testing/ruby-shoulda-matchers/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: _gemname=shoulda-matchers pkgname=ruby-shoulda-matchers -pkgver=1.4.1 +pkgver=2.3.0 pkgrel=0 pkgdesc="Making tests easy on the fingers and eyes" url="https://github.com/thoughtbot/shoulda" @@ -35,6 +35,6 @@ package() { cp -ra "$_builddir"/* "$pkgdir"/ || return 1 } -md5sums="03f66e5f1d2c76df58e1fd2dcc778454 shoulda-matchers-1.4.1.gem" -sha256sums="c35693cbfa84213212dffbc2c87487427ef364927340151329a842f0a06086b9 shoulda-matchers-1.4.1.gem" -sha512sums="8987e1ca8c91f504a32e3d46b33973f8f2001c31b931b5cd14089519dcf9391b064957424e03e6da5755aee0dd9688d0f6c1c8a2276af8e80369a89b83f9018f shoulda-matchers-1.4.1.gem" +md5sums="1e744b07ff43eee61b060f3d3d4d8e82 shoulda-matchers-2.3.0.gem" +sha256sums="90b4419b54b272148f388a90f7f9f29181e3b8b694190491a3a301cab7a67e25 shoulda-matchers-2.3.0.gem" +sha512sums="cde2da35fbc9125541461d24cff573656dad3b1d320a30aeabf9a837599abc529a97264679e320e5000259e3a5d1892cea9119017f9c82d6a54f5f5c081748fe shoulda-matchers-2.3.0.gem" |