Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Merge requests
!72208
main/ruby: upgrade to 3.3.6
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
main/ruby: upgrade to 3.3.6
jirutka/aports:ruby3.3.5
into
master
Overview
1
Commits
2
Pipelines
10
Changes
2
Merged
Jakub Jirutka
requested to merge
jirutka/aports:ruby3.3.5
into
master
5 months ago
Overview
1
Commits
2
Pipelines
10
Changes
2
Expand
0
0
Merge request reports
Compare
master
version 8
9dc832e1
4 months ago
version 7
ebf2a6f5
4 months ago
version 6
71a40663
4 months ago
version 5
1e581889
4 months ago
version 4
d0cab996
4 months ago
version 3
cc1dc608
5 months ago
version 2
2a1f1eac
5 months ago
version 1
67d5cf9b
5 months ago
master (base)
and
latest version
latest version
f09a1b44
2 commits,
4 months ago
version 8
9dc832e1
2 commits,
4 months ago
version 7
ebf2a6f5
2 commits,
4 months ago
version 6
71a40663
2 commits,
4 months ago
version 5
1e581889
2 commits,
4 months ago
version 4
d0cab996
3 commits,
4 months ago
version 3
cc1dc608
3 commits,
5 months ago
version 2
2a1f1eac
3 commits,
5 months ago
version 1
67d5cf9b
4 commits,
5 months ago
2 files
+
14
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
main/ruby/APKBUILD
+
4
−
4
Options
@@ -5,9 +5,9 @@ pkgname=ruby
# When upgrading, upgrade also each ruby-<name> aport listed in file
# gems/bundled_gems. If some aport is missing or not in the main repo,
# create/move it.
pkgver
=
3.3.
3
pkgver
=
3.3.
6
_abiver
=
"
${
pkgver
%.*
}
.0"
pkgrel
=
2
pkgrel
=
0
pkgdesc
=
"An object-oriented language for quick and easy programming"
url
=
"https://www.ruby-lang.org/"
arch
=
"all"
@@ -184,7 +184,7 @@ check() {
;;
esac
make
test
TESTS
=
"
$disable_tests
"
make
test
TESTS
=
"
$disable_tests
"
TESTOPTS
=
"--verbose"
}
package
()
{
@@ -248,7 +248,7 @@ full() {
}
sha512sums
=
"
0388a96127eb6e53b836f7954af51ff62b84cdb7abeab823cb1349993d805b151204e426b9ac04ca8333fbd5e01c386d58bc37d34c4e9286b219dcda7542a150
ruby-3.3.
3
.tar.gz
4ae22f5c2a1f7ed84aab7587ff04ce4d9933cffe4347deaef0ab88d22c9780f274c1664a4ee1dd8235bc3cc749be828ffa8db7cb5f5002339a59a599acf3c729
ruby-3.3.
6
.tar.gz
16fc1f35aee327d1ecac420b091beaa53c675e0504d5a6932004f17ca68a2c38f57b053b0a3903696f2232c5add160d363e3972a962f7f7bcb52e4e998c7315d test_insns-lower-recursion-depth.patch
42cd45c1db089a1ae57834684479a502e357ddba82ead5fa34e64c13971e7ab7ad2919ddd60a104a817864dd3e2e35bdbedb679210eb41d82cab36a0687e43d4 fix-get_main_stack.patch
a77da5e5eb7d60caf3f1cabb81e09b88dc505ddd746e34efd1908c0096621156d81cc65095b846ba9bdb66028891aefce883a43ddec6b56b5beb4aac5e4ee33f dont-install-bundled-gems.patch
Loading