mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
cups — cups → 2.4.14 (#12745)
* cups => 2.4.14 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * cups: Build Run on linux/arm/v7. * cups: Build Run on linux/386. * cups: Build Run on linux/amd64. * cups: Package File Update Run on linux/386 container. * bump version for version Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: satmandu <satmandu@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2814ffbc6c
commit
b03cadb001
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env ruby
|
||||
# version.rb version 2.4 (for Chromebrew)
|
||||
# version.rb version 2.5 (for Chromebrew)
|
||||
|
||||
OPTIONS = %w[-h --help -j --json -u --update-package-files -v --verbose]
|
||||
|
||||
@@ -146,7 +146,7 @@ def get_anitya_id(name, homepage)
|
||||
# We assume there is only one candidate with the same name and homepage as their crew counterpart.
|
||||
# Even if there are multiple candidates with the same name and homepage, its probably fine to treat them as identical.
|
||||
# If it isn't fine to treat them as identical, something has gone horribly wrong.
|
||||
return json['items'][candidate]['id'] if homepage.chomp('/') == json['items'][candidate]['homepage']
|
||||
return json['items'][candidate]['id'] if homepage.chomp('/') == json['items'][candidate]['homepage'].chomp('/')
|
||||
end
|
||||
|
||||
# If we're still here, that means none of the candidates had the same homepage as their crew counterpart.
|
||||
|
||||
Reference in New Issue
Block a user