diff options
Diffstat (limited to 'main/ruby-polyglot/APKBUILD')
-rw-r--r-- | main/ruby-polyglot/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/ruby-polyglot/APKBUILD b/main/ruby-polyglot/APKBUILD index 9fd9d88c38..3199aa0e12 100644 --- a/main/ruby-polyglot/APKBUILD +++ b/main/ruby-polyglot/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> _gemname=polyglot pkgname=ruby-$_gemname -pkgver=0.3.3 +pkgver=0.3.5 pkgrel=0 pkgdesc="Augment 'require' to load non-ruby file types" url="https://github.com/cjheath/polyglot" @@ -32,4 +32,6 @@ package() { "$pkgdir"/$_geminstdir/.require_paths } -md5sums="01e313080095caf4dc7ab71fd572a377 polyglot-0.3.3.gem" +md5sums="5fff8b0cfb2b36d885b90d271802a7c5 polyglot-0.3.5.gem" +sha256sums="59d66ef5e3c166431c39cb8b7c1d02af419051352f27912f6a43981b3def16af polyglot-0.3.5.gem" +sha512sums="405790c8edf5a98010334a62f7efeddd60f6dcff91ad5ff599579be3201a7e1b359787da59523a612fed5ccf8385116865316fa8872f0350e33dc078410a54cf polyglot-0.3.5.gem" |