mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
'update-cups' (#13750)
* Cups 2.4.15 => 2.4.16 * update-cups: Package File Update Run on linux/386 container. * update-cups: Package File Update Run on linux/amd64 container. * update-cups: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: Ed Reel <edreel@gmail.com> Co-authored-by: chromebrew-actions[bot] <220035932+chromebrew-actions[bot]@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
eaddc9fe5a
commit
25135d4132
@@ -1,4 +1,4 @@
|
||||
# Total size: 13504506
|
||||
# Total size: 13504522
|
||||
/usr/local/bin/cancel
|
||||
/usr/local/bin/cups-config
|
||||
/usr/local/bin/cupstestppd
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 13555058
|
||||
# Total size: 13555090
|
||||
/usr/local/bin/cancel
|
||||
/usr/local/bin/cups-config
|
||||
/usr/local/bin/cupstestppd
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 13722074
|
||||
# Total size: 13722042
|
||||
/usr/local/bin/cancel
|
||||
/usr/local/bin/cups-config
|
||||
/usr/local/bin/cupstestppd
|
||||
|
||||
@@ -3,7 +3,7 @@ require 'package'
|
||||
class Cups < Package
|
||||
description 'CUPS is the standards-based, open source printing system'
|
||||
homepage 'https://openprinting.github.io/cups'
|
||||
version '2.4.15'
|
||||
version '2.4.16'
|
||||
compatibility 'all'
|
||||
license 'Apache-2.0'
|
||||
source_url 'https://github.com/OpenPrinting/cups.git'
|
||||
@@ -11,10 +11,10 @@ class Cups < Package
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: 'ce664b89e866f81a0723c638b5b25f4c643f958745e2169ae5030cae022c4b25',
|
||||
armv7l: 'ce664b89e866f81a0723c638b5b25f4c643f958745e2169ae5030cae022c4b25',
|
||||
i686: 'd14f33eba33fcfbb1a405b51134c3005e760711551106c10c50638ef034dcd81',
|
||||
x86_64: '44bf3eb850a65da19208d1929ff69703f7a1935c412625e3b143cd33257f7faa'
|
||||
aarch64: '6bbdf0724f81cc53ac11dafd93e9868d80237068286fb9a8486bfc0b87b828e4',
|
||||
armv7l: '6bbdf0724f81cc53ac11dafd93e9868d80237068286fb9a8486bfc0b87b828e4',
|
||||
i686: '1c3ffa0b2ce21adb59b4a45491f3a7f8946f6ea5df60efa0733a93ae712727f5',
|
||||
x86_64: 'd904885d6529dba0b2ce8d22191dad1e89b18e3ea077f84a6fe320e352d90bee'
|
||||
})
|
||||
|
||||
depends_on 'acl' # R
|
||||
|
||||
Reference in New Issue
Block a user