diff --git a/manifest/armv7l/b/btop.filelist b/manifest/armv7l/b/btop.filelist index 071596444..f0a733fe3 100644 --- a/manifest/armv7l/b/btop.filelist +++ b/manifest/armv7l/b/btop.filelist @@ -1,4 +1,4 @@ -# Total size: 2320072 +# Total size: 2031292 /usr/local/bin/btop /usr/local/share/applications/btop.desktop /usr/local/share/btop/README.md @@ -15,6 +15,7 @@ /usr/local/share/btop/themes/everforest-light-medium.theme /usr/local/share/btop/themes/flat-remix-light.theme /usr/local/share/btop/themes/flat-remix.theme +/usr/local/share/btop/themes/gotham.theme /usr/local/share/btop/themes/greyscale.theme /usr/local/share/btop/themes/gruvbox_dark.theme /usr/local/share/btop/themes/gruvbox_dark_v2.theme diff --git a/manifest/i686/b/btop.filelist b/manifest/i686/b/btop.filelist index 45eeef5b2..b14e1496d 100644 --- a/manifest/i686/b/btop.filelist +++ b/manifest/i686/b/btop.filelist @@ -1,4 +1,4 @@ -# Total size: 2939136 +# Total size: 2566828 /usr/local/bin/btop /usr/local/share/applications/btop.desktop /usr/local/share/btop/README.md @@ -15,6 +15,7 @@ /usr/local/share/btop/themes/everforest-light-medium.theme /usr/local/share/btop/themes/flat-remix-light.theme /usr/local/share/btop/themes/flat-remix.theme +/usr/local/share/btop/themes/gotham.theme /usr/local/share/btop/themes/greyscale.theme /usr/local/share/btop/themes/gruvbox_dark.theme /usr/local/share/btop/themes/gruvbox_dark_v2.theme diff --git a/manifest/x86_64/b/btop.filelist b/manifest/x86_64/b/btop.filelist index fdb0df7c4..f037ed487 100644 --- a/manifest/x86_64/b/btop.filelist +++ b/manifest/x86_64/b/btop.filelist @@ -1,4 +1,4 @@ -# Total size: 2744860 +# Total size: 2437768 /usr/local/bin/btop /usr/local/share/applications/btop.desktop /usr/local/share/btop/README.md @@ -15,6 +15,7 @@ /usr/local/share/btop/themes/everforest-light-medium.theme /usr/local/share/btop/themes/flat-remix-light.theme /usr/local/share/btop/themes/flat-remix.theme +/usr/local/share/btop/themes/gotham.theme /usr/local/share/btop/themes/greyscale.theme /usr/local/share/btop/themes/gruvbox_dark.theme /usr/local/share/btop/themes/gruvbox_dark_v2.theme diff --git a/packages/btop.rb b/packages/btop.rb index 4ccf8a1ac..2d6be7f04 100644 --- a/packages/btop.rb +++ b/packages/btop.rb @@ -3,20 +3,20 @@ require 'package' class Btop < Package description 'Resource monitor that shows usage and stats for processor, memory, disks, network and processes.' homepage 'https://github.com/aristocratos/btop' - version '1.4.5' + version '1.4.6' license 'Apache-2.0' compatibility 'all' source_url({ - aarch64: "https://github.com/aristocratos/btop/releases/download/v#{version}/btop-armv7l-linux-musleabihf.tbz", - armv7l: "https://github.com/aristocratos/btop/releases/download/v#{version}/btop-armv7l-linux-musleabihf.tbz", - i686: "https://github.com/aristocratos/btop/releases/download/v#{version}/btop-i686-linux-musl.tbz", - x86_64: "https://github.com/aristocratos/btop/releases/download/v#{version}/btop-x86_64-linux-musl.tbz" + aarch64: "https://github.com/aristocratos/btop/releases/download/v#{version}/btop-armv7-unknown-linux-musleabi.tbz", + armv7l: "https://github.com/aristocratos/btop/releases/download/v#{version}/btop-armv7-unknown-linux-musleabi.tbz", + i686: "https://github.com/aristocratos/btop/releases/download/v#{version}/btop-i686-unknown-linux-musl.tbz", + x86_64: "https://github.com/aristocratos/btop/releases/download/v#{version}/btop-x86_64-unknown-linux-musl.tbz" }) source_sha256({ - aarch64: '2e34a699a940cd1da70e1ee50f387e4ba899483c021571cbbf54d1a52dbcfe18', - armv7l: '2e34a699a940cd1da70e1ee50f387e4ba899483c021571cbbf54d1a52dbcfe18', - i686: '0ea7f6e0f1d6fcbf9981455e2744fb0365f4b0872bbc4cf3e3596e5f32ee9ff4', - x86_64: '206b0f9334e93c06de9025eaf90676c374ca79815b41dadff1b36ef4e4e6d1d4' + aarch64: 'f37622a833ab5c51881e17cefe4f27c035ec59faa55fde468f50ad0eca367e02', + armv7l: 'f37622a833ab5c51881e17cefe4f27c035ec59faa55fde468f50ad0eca367e02', + i686: '33499176966c0c955f3452d6d316196dc5b2568b881d94592cc082a88937274b', + x86_64: '9bf7ed170423bb3709a8020767bd2ca529c5632af478f229dce7cdfd32b25691' }) no_compile_needed diff --git a/tests/package/b/btop b/tests/package/b/btop new file mode 100755 index 000000000..763ed5d59 --- /dev/null +++ b/tests/package/b/btop @@ -0,0 +1,3 @@ +#!/bin/bash +btop -h +btop -v diff --git a/tools/automatically_updatable_packages.txt b/tools/automatically_updatable_packages.txt index 64764efd8..581a548cd 100644 --- a/tools/automatically_updatable_packages.txt +++ b/tools/automatically_updatable_packages.txt @@ -23,6 +23,7 @@ bind bison bitmap bmon +btop caprine cargo_c codex