diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-05-11 13:11:40 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-04 11:04:55 +0000 |
commit | 44acf432897454c12b2b37bce73f13cdd8e74d40 (patch) | |
tree | c56ddd6f2ef8e73040566c10081d4bdfbcbb9435 /testing | |
parent | 5d021b92d09f431c4cf4240c773427fce2f749c8 (diff) | |
download | aports-44acf432897454c12b2b37bce73f13cdd8e74d40.tar.bz2 aports-44acf432897454c12b2b37bce73f13cdd8e74d40.tar.xz |
testing/ruby-posix-spawn: rebuild against ruby 2.6
Diffstat (limited to 'testing')
-rw-r--r-- | testing/ruby-posix-spawn/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ruby-posix-spawn/APKBUILD b/testing/ruby-posix-spawn/APKBUILD index dc2eef9b5e..c8b23236c0 100644 --- a/testing/ruby-posix-spawn/APKBUILD +++ b/testing/ruby-posix-spawn/APKBUILD @@ -3,7 +3,7 @@ pkgname=ruby-posix-spawn _gemname=posix-spawn pkgver=0.3.13 -pkgrel=0 +pkgrel=1 pkgdesc="Ruby process spawning library" url="https://github.com/rtomayko/posix-spawn" arch="all" |