diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-05-11 13:11:36 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-04 11:04:54 +0000 |
commit | 286ab41eb76efa5c49ef445da63da24c62240ea8 (patch) | |
tree | 94e9792528c601a70ee1b4cfd1079016b0e840f8 /community | |
parent | f82642eedc4f36f3fc99903a5a7d960b4e0b962b (diff) | |
download | aports-286ab41eb76efa5c49ef445da63da24c62240ea8.tar.bz2 aports-286ab41eb76efa5c49ef445da63da24c62240ea8.tar.xz |
community/ruby-enum: rebuild against ruby 2.6
Diffstat (limited to 'community')
-rw-r--r-- | community/ruby-enum/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ruby-enum/APKBUILD b/community/ruby-enum/APKBUILD index 99c6ff664d..c6c358f596 100644 --- a/community/ruby-enum/APKBUILD +++ b/community/ruby-enum/APKBUILD @@ -3,7 +3,7 @@ pkgname=ruby-enum _gemname=$pkgname pkgver=0.7.2 -pkgrel=1 +pkgrel=2 pkgdesc="A handy way to define enums in Ruby" url="https://github.com/dblock/ruby-enum" arch="noarch" |