mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
units -> 2.27 in updater-units-2.27 — units: 2.26 → 2.27 (#15451)
* units -> 2.27 in updater-units-2.27 * updater-units-2.27: Package File Update Run on linux/386 container. * updater-units-2.27: Package File Update Run on linux/amd64 container. * updater-units-2.27: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: github-merge-queue <github-merge-queue@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
afe5f2faac
commit
bb8553d6b8
@@ -1,4 +1,4 @@
|
||||
# Total size: 874367
|
||||
# Total size: 875442
|
||||
/usr/local/bin/units
|
||||
/usr/local/bin/units_cur
|
||||
/usr/local/com/units/cpi.units
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 931547
|
||||
# Total size: 931292
|
||||
/usr/local/bin/units
|
||||
/usr/local/bin/units_cur
|
||||
/usr/local/com/units/cpi.units
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 918379
|
||||
# Total size: 917584
|
||||
/usr/local/bin/units
|
||||
/usr/local/bin/units_cur
|
||||
/usr/local/com/units/cpi.units
|
||||
|
||||
@@ -3,20 +3,20 @@ require 'buildsystems/autotools'
|
||||
class Units < Autotools
|
||||
description 'GNU Units converts quantities expressed in various systems of measurement to their equivalents in other systems of measurement.'
|
||||
homepage 'https://www.gnu.org/software/units/units.html'
|
||||
version '2.26'
|
||||
version '2.27'
|
||||
license 'FDL-1.3 and GPL-3'
|
||||
compatibility 'all'
|
||||
source_url "https://ftp.gnu.org/gnu/units/units-#{version}.tar.gz"
|
||||
source_sha256 '4c43f7a49fe2212ee433d3c0755a0a1935db35497c4a56bf9f68c5f718873c54'
|
||||
source_sha256 'e1bbdb09672e7c08eee986749e7a1629eb84a6bdf41f5a2a79d6804444abbe10'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
no_fhs
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '8aae0e94c2c316c2262a2b4839df224c652442a75c6fa9813e57d202e12098fa',
|
||||
armv7l: '8aae0e94c2c316c2262a2b4839df224c652442a75c6fa9813e57d202e12098fa',
|
||||
i686: '6c9194fc3ac34da929729216c1ad3a9c5007ddfb013aaa3be76b1cedeb2236f0',
|
||||
x86_64: 'ecc1f41a7148caa0f3c39f667cef5056d58858daec8beaef073c1db0131dbefd'
|
||||
aarch64: '9a92b18e23b93a43885341c93f1e9a5665e4aaf7b6fac9c2846cdc976415afe1',
|
||||
armv7l: '9a92b18e23b93a43885341c93f1e9a5665e4aaf7b6fac9c2846cdc976415afe1',
|
||||
i686: 'a543ba6a7d8232810f1f17a7e923c36a82bf71b9df8fd6c93f29a18a41d9a798',
|
||||
x86_64: '8c20fdbb82a4332d346aa10ea89d5a053f131cff9acb67daa095a0b33c4ce5fd'
|
||||
})
|
||||
|
||||
depends_on 'glibc' => :executable
|
||||
|
||||
Reference in New Issue
Block a user