Skip to content

Commit bacbcc5

Browse files
authored
Merge pull request #670 from imjasonh/rebuild-ruby
ruby: rebuild to pick up melange changes
2 parents 03bad92 + 11da424 commit bacbcc5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ $(eval $(call build-package,s6,2.11.3.0-r0))
161161
$(eval $(call build-package,libretls,3.5.2-r2))
162162
$(eval $(call build-package,grype,0.57.1-r0))
163163
$(eval $(call build-package,trivy,0.37.3-r0))
164-
$(eval $(call build-package,ruby-3.0,3.0.4-r3))
165-
$(eval $(call build-package,ruby-3.1,3.1.3-r3))
166-
$(eval $(call build-package,ruby-3.2,3.2.0-r5))
164+
$(eval $(call build-package,ruby-3.0,3.0.4-r4))
165+
$(eval $(call build-package,ruby-3.1,3.1.3-r4))
166+
$(eval $(call build-package,ruby-3.2,3.2.0-r6))
167167
$(eval $(call build-package,rust-stage0,1.65.0-r2))
168168
$(eval $(call build-package,http-parser,2.9.4-r2))
169169
$(eval $(call build-package,libssh2,1.10.0-r2))

ruby-3.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: ruby-3.0
33
version: 3.0.4
4-
epoch: 3
4+
epoch: 4
55
description: "the Ruby programming language"
66
target-architecture:
77
- all

ruby-3.1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: ruby-3.1
33
version: 3.1.3
4-
epoch: 3
4+
epoch: 4
55
description: "the Ruby programming language"
66
target-architecture:
77
- all

ruby-3.2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: ruby-3.2
33
version: 3.2.0
4-
epoch: 5
4+
epoch: 6
55
description: "the Ruby programming language"
66
target-architecture:
77
- all

0 commit comments

Comments
 (0)