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:
Satadru Pramanik, DO, MPH, MEng
2025-09-11 19:32:28 -04:00
committed by GitHub
parent 2814ffbc6c
commit b03cadb001
6 changed files with 13 additions and 11 deletions

View File

@@ -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.