Skip to content

Commit

Permalink
metababel v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Applencourt committed Apr 1, 2024
1 parent 30c50d6 commit 5fdea70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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.0', sha256='43a0fcfece2de92b589bdffb19e7346e7c6e7076aa703b5dcc97daf0fb1b06b7', expand=False)
version('1.0.3', sha256='b92fd5a9828d5367a5097e212dfa3b0a4567ed209f48dbc8330df81e8269f625', expand=False)
version('1.0.2', sha256='867c71708e74b400d53722b5477ec4d7e604aa850e0f45dc3b3a882e3e22d51a', expand=False)
version('1.0.1', sha256='1b93282d32e81af2001b8a1079b144b6e95f11615cb4221d12da3545fbcf3fca', expand=False)
Expand Down
1 change: 1 addition & 0 deletions packages/thapi/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +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]:', type=('build'), when='@master')

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

0 comments on commit 5fdea70

Please sign in to comment.