Skip to content

Commit

Permalink
update metababel
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Applencourt committed Jul 25, 2024
1 parent 1f0d467 commit 8bf3eb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/ruby-metababel/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class RubyMetababel(RubyPackage):
list_url = "https://rubygems.org/gems/metababel/versions"
list_depth = 1

version('1.1.2', sha256='b41ef5d18bf10b2cd9726260e9409c4eef8922f3ed9de03fdfa8e7a1416395b9', expand=False)
version('1.1.1', sha256='9f6a20b0a11c884935e074a3949d8a66eb0a585ff19603120441fc6cad73a0ea', expand=False)
version('1.1.0', sha256='43a0fcfece2de92b589bdffb19e7346e7c6e7076aa703b5dcc97daf0fb1b06b7', expand=False)
version('1.0.3', sha256='b92fd5a9828d5367a5097e212dfa3b0a4567ed209f48dbc8330df81e8269f625', expand=False)
Expand Down
2 changes: 1 addition & 1 deletion packages/thapi/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Thapi(AutotoolsPackage):
depends_on('ruby-cast-to-yaml', type=('build'))
depends_on('[email protected]:0.9', type=('build'), when='@:0.0.10')
depends_on('[email protected]:', type=('build'), when='@0.0.11')
depends_on('[email protected].1:', type=('build'), when='@master')
depends_on('[email protected].2:', type=('build'), when='@master')

depends_on('libiberty+pic')
depends_on('libffi')
Expand Down

0 comments on commit 8bf3eb3

Please sign in to comment.