aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2013-12-09 14:36:08 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2013-12-09 14:36:22 +0000
commit8861efb99131f8fccb1642495af5d55bf529eabf (patch)
tree144272ff78b496fa1393fe04e7c5c66cfb4b9200
parentb869c4bf4f952c83c14d95abab2a946698459b52 (diff)
downloadalpine_aports-8861efb99131f8fccb1642495af5d55bf529eabf.tar.bz2
alpine_aports-8861efb99131f8fccb1642495af5d55bf529eabf.tar.xz
alpine_aports-8861efb99131f8fccb1642495af5d55bf529eabf.zip
main/ruby-mine-types: ruby-mail needs mime-types 1.x
-rw-r--r--main/ruby-mime-types/APKBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/main/ruby-mime-types/APKBUILD b/main/ruby-mime-types/APKBUILD
index 97eac7b4db..6f76d1e0b7 100644
--- a/main/ruby-mime-types/APKBUILD
+++ b/main/ruby-mime-types/APKBUILD
@@ -1,7 +1,10 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2_gemname=mime-types 2_gemname=mime-types
3pkgname=ruby-$_gemname 3pkgname=ruby-$_gemname
4pkgver=2.0 4######### ruby gems dependency hell #########
5# ruby-mail needs 1.x version of mime-types #
6#############################################
7pkgver=1.25.1
5pkgrel=0 8pkgrel=0
6pkgdesc="Ruby library for identification of a file's likely MIME content type" 9pkgdesc="Ruby library for identification of a file's likely MIME content type"
7url="http://mime-types.rubyforge.org/" 10url="http://mime-types.rubyforge.org/"
@@ -32,6 +35,6 @@ package() {
32 "$pkgdir"/$_geminstdir/.require_paths 35 "$pkgdir"/$_geminstdir/.require_paths
33} 36}
34 37
35md5sums="7f61ca8dfcb880e7e1e946b8bba86351 mime-types-2.0.gem" 38md5sums="54a5c6e16bd0992345f8da6489773167 mime-types-1.25.1.gem"
36sha256sums="d3e53ba4162d4ee93ce75e644c7fca5503fad1c512277b9ca80ad43aa8103ae0 mime-types-2.0.gem" 39sha256sums="88ef3c596481678710ffd4018fa40f1999b02d97babea39682ba7d5badd21f56 mime-types-1.25.1.gem"
37sha512sums="032e16a4cd0b771e436d74b2134445ceca7f9514794ba309531a6b821049be67b8a94986b71f79ea2d2036d7aa74b438f35c21cc21f5e7eae5be11e0db4aaf5f mime-types-2.0.gem" 40sha512sums="50a79bc0378bb9bf694656b15ac69446447fc863a5a6556e68ad736768627c9f43e59c68b0ed141cee5dbd81a8ccca1a33a61aa01af7d0a5949b00d6edb6525e mime-types-1.25.1.gem"