atop — atop => 2.12.0 (#12411)

* Fix atop source_url

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* atop: Build Run on linux/arm/v7.

* atop: Build Run on linux/amd64.

* atop: Package File Update Run on linux/amd64 container.

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-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:
chromebrew-actions[bot]
2025-08-10 19:20:57 -05:00
committed by GitHub
parent 5cb3382b8c
commit 60fd04c1eb
3 changed files with 9 additions and 8 deletions

View File

@@ -6,17 +6,18 @@ class Atop < Package
version '2.12.0'
license 'GPL-2'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://www.atoptool.nl/download/atop-2.10.0.tar.gz'
source_url "https://www.atoptool.nl/download/atop-#{version}.tar.gz"
source_sha256 'e7a673cf2c82578e7dd82ecb0dec83fd9ecb30828b2561c28a9fa5aaf75d5f93'
binary_compression 'tar.zst'
binary_sha256({
aarch64: '98059c6a7a90ee971857736e08d800cabdc196e4e560b7dc4ffb15f012bd766e',
armv7l: '98059c6a7a90ee971857736e08d800cabdc196e4e560b7dc4ffb15f012bd766e',
x86_64: '65790ccd4e0f99e49c0eb770bbbe5a0a5eb74361105f1a764bea61d55de5ab49'
aarch64: 'e3fe61432a57a25854cd9ca11376a53fcd4d06cec021be8f19dc115c50d88ca0',
armv7l: 'e3fe61432a57a25854cd9ca11376a53fcd4d06cec021be8f19dc115c50d88ca0',
x86_64: 'a1e29ea81461c265548f2e71435d63c90165034221fd0cc7eaaf357fb337ee5f'
})
depends_on 'glib' # R
depends_on 'glibc' # R
def self.patch
system "sed -i 's,/usr/bin,#{CREW_PREFIX}/bin,g' Makefile"