diff options
-rw-r--r-- | main/ruby-thor/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/ruby-thor/APKBUILD b/main/ruby-thor/APKBUILD index 859ce4b478..b41e9f9960 100644 --- a/main/ruby-thor/APKBUILD +++ b/main/ruby-thor/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> _gemname=thor pkgname=ruby-$_gemname -pkgver=0.16.0 +pkgver=0.18.1 pkgrel=0 pkgdesc="A scripting framework that replaces rake, sake and rubigen" url="http://whatisthor.com/" @@ -32,4 +32,6 @@ package() { "$pkgdir"/$_geminstdir/.require_paths } -md5sums="e8ddb0b47f3fbd4b84e1b387fb68c00d thor-0.16.0.gem" +md5sums="a1be884a982166054d1ac35c4a9bef55 thor-0.18.1.gem" +sha256sums="8321c57da1b142327ce802227fde78fefd04f9a81467e45a9cee306de4192f34 thor-0.18.1.gem" +sha512sums="8d49f5e58c63da1e994397d564b347c106d400728fd1fb221b6b99b5062c57c57bcc4ff580900867efd1675bd8c7f0fb1873adb3dae11fc7a4fdbc2a6ae24ddd thor-0.18.1.gem" |