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 | 4fef8fe48ae4083dc51ba5a3aa225c7e27535602 (patch) | |
tree | 0d93ceaa100fb84cb588a2c319ee8e59db1968cf | |
parent | 286ab41eb76efa5c49ef445da63da24c62240ea8 (diff) | |
download | aports-4fef8fe48ae4083dc51ba5a3aa225c7e27535602.tar.bz2 aports-4fef8fe48ae4083dc51ba5a3aa225c7e27535602.tar.xz |
community/ruby-escape_utils: rebuild against ruby 2.6
-rw-r--r-- | community/ruby-escape_utils/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ruby-escape_utils/APKBUILD b/community/ruby-escape_utils/APKBUILD index ff7a8ec7f7..a034dc90aa 100644 --- a/community/ruby-escape_utils/APKBUILD +++ b/community/ruby-escape_utils/APKBUILD @@ -4,7 +4,7 @@ pkgname=ruby-escape_utils _gemname=${pkgname#ruby-} pkgver=1.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="Faster string escaping routines for your Ruby apps" url="https://github.com/brianmario/escape_utils" arch="all" |