diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2023-12-26 19:34:38 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2023-12-27 17:04:18 +0100 |
commit | 739bcd4710f321f04a02484f04d6e9bc59ff494b (patch) | |
tree | d0127b5c9eae2e76900ac0ce78052fb8dc7d5290 | |
parent | 2e70117de6d57ebbb51a9298b09d63e4bf9f20cd (diff) | |
download | aports-739bcd4710f321f04a02484f04d6e9bc59ff494b.zip |
main/*: rebuild against ruby 3.3.0
-rw-r--r-- | main/asciidoctor/APKBUILD | 2 | ||||
-rw-r--r-- | main/kamailio/APKBUILD | 2 | ||||
-rw-r--r-- | main/protobuf/APKBUILD | 2 | ||||
-rw-r--r-- | main/ruby-augeas/APKBUILD | 2 | ||||
-rw-r--r-- | main/vim/APKBUILD | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/main/asciidoctor/APKBUILD b/main/asciidoctor/APKBUILD index 50ad0f5aebf..c7b3456b1d5 100644 --- a/main/asciidoctor/APKBUILD +++ b/main/asciidoctor/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=asciidoctor pkgver=2.0.20 -pkgrel=0 +pkgrel=1 pkgdesc="Converter for AsciiDoc to HTML5, DocBook 5 (or 4.5) and other formats" url="https://rubygems.org/gems/asciidoctor" arch="noarch" diff --git a/main/kamailio/APKBUILD b/main/kamailio/APKBUILD index 4abeb2e2ac1..b30d48e13e0 100644 --- a/main/kamailio/APKBUILD +++ b/main/kamailio/APKBUILD @@ -6,7 +6,7 @@ pkgname=kamailio pkgver=5.7.3 -pkgrel=0 +pkgrel=1 # If building from a git snapshot, specify the gitcommit # If building a proper release, leave gitcommit blank or commented diff --git a/main/protobuf/APKBUILD b/main/protobuf/APKBUILD index adad59eb79e..f29be63c6d8 100644 --- a/main/protobuf/APKBUILD +++ b/main/protobuf/APKBUILD @@ -4,7 +4,7 @@ pkgname=protobuf _gemname=google-protobuf pkgver=24.4 _rubyver=3.$pkgver -pkgrel=0 +pkgrel=1 pkgdesc="Library for extensible, efficient structure packing" url="https://github.com/protocolbuffers/protobuf" arch="all" diff --git a/main/ruby-augeas/APKBUILD b/main/ruby-augeas/APKBUILD index 6baf509b4c8..c150c10c8b2 100644 --- a/main/ruby-augeas/APKBUILD +++ b/main/ruby-augeas/APKBUILD @@ -4,7 +4,7 @@ pkgname=ruby-augeas _gemname=$pkgname pkgver=0.5.0 -pkgrel=12 +pkgrel=13 pkgdesc="Ruby bindings for Augeas" url="https://augeas.net/" arch="all" diff --git a/main/vim/APKBUILD b/main/vim/APKBUILD index b72cb6f11cd..847abfaa85b 100644 --- a/main/vim/APKBUILD +++ b/main/vim/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=vim pkgver=9.0.2127 -pkgrel=0 +pkgrel=1 pkgdesc="Improved vi-style text editor" url="https://www.vim.org/" arch="all" |