diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-05-11 13:11:37 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-04 11:04:54 +0000 |
commit | d5b8d586504340dba3a0db80265a441044df36da (patch) | |
tree | 2d403e3aeb582bffaff2bad2c438b1fad282f803 /community/ruby-ox | |
parent | a05dcf874a4cd59b0f8e1d90c069f9f2550e1041 (diff) | |
download | aports-d5b8d586504340dba3a0db80265a441044df36da.tar.bz2 aports-d5b8d586504340dba3a0db80265a441044df36da.tar.xz |
community/ruby-ox: rebuild against ruby 2.6
Diffstat (limited to 'community/ruby-ox')
-rw-r--r-- | community/ruby-ox/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ruby-ox/APKBUILD b/community/ruby-ox/APKBUILD index 7dccc2127c..520d62b802 100644 --- a/community/ruby-ox/APKBUILD +++ b/community/ruby-ox/APKBUILD @@ -3,7 +3,7 @@ pkgname=ruby-ox _gemname=${pkgname#ruby-} pkgver=2.11.0 -pkgrel=0 +pkgrel=1 pkgdesc="A fast XML parser and object serializer for Ruby" url="https://github.com/ohler55/ox" arch="all" |