diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 21:23:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 21:23:10 +0000 |
commit | 86f8f96b3f51dca6029643d438c1526f899e3bdc (patch) | |
tree | 4930d30892b5ce509c7bae38533fc635ad55c97d | |
parent | 6609813aebeede62bd428c561eefd58ad5415d72 (diff) | |
download | aports-86f8f96b3f51dca6029643d438c1526f899e3bdc.tar.bz2 aports-86f8f96b3f51dca6029643d438c1526f899e3bdc.tar.xz |
community/ruby2.2: rebuild against libressl 2.5
-rw-r--r-- | community/ruby2.2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ruby2.2/APKBUILD b/community/ruby2.2/APKBUILD index 8e0cbc5bb2..7ac0b8ea91 100644 --- a/community/ruby2.2/APKBUILD +++ b/community/ruby2.2/APKBUILD @@ -6,7 +6,7 @@ _majorver=${pkgname#ruby} pkgver="$_majorver.7" _pkgver=${pkgver/_/-} _abiver="$_majorver.0" -pkgrel=1 +pkgrel=2 pkgdesc="An object-oriented language for quick and easy programming" url="http://www.ruby-lang.org/en/" arch="all" |