diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 13:12:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 20:45:32 +0000 |
commit | 09fb2f9fbadd9b166908a0bc033fc10cc6035225 (patch) | |
tree | c1fc6d3cc84ef612d68bc0799d706389e8100f15 /main | |
parent | 670699bfff98eef09c000e516a7e8467bb305182 (diff) | |
download | aports-09fb2f9fbadd9b166908a0bc033fc10cc6035225.tar.bz2 aports-09fb2f9fbadd9b166908a0bc033fc10cc6035225.tar.xz |
main/ruby: rebuild against libressl 2.5
Diffstat (limited to 'main')
-rw-r--r-- | main/ruby/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ruby/APKBUILD b/main/ruby/APKBUILD index cce9c2def6..ff8d6657ad 100644 --- a/main/ruby/APKBUILD +++ b/main/ruby/APKBUILD @@ -4,7 +4,7 @@ pkgname=ruby pkgver=2.4.1 _abiver="${pkgver%.*}.0" -pkgrel=1 +pkgrel=2 pkgdesc="An object-oriented language for quick and easy programming" url="http://www.ruby-lang.org/en/" arch="all" |