diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-11 04:04:03 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-11 04:04:03 +0000 |
| commit | dfa4874ca70e00ad151031c18f33eb2da1589f6e (patch) | |
| tree | c34374b86c8f7fcab7105708d2ad8ae4b0d2d6b3 | |
| parent | f22565c7d3ad87bcc410632773ecdaf882ca76c8 (diff) | |
| download | alicelinux-dfa4874ca70e00ad151031c18f33eb2da1589f6e.tar.gz alicelinux-dfa4874ca70e00ad151031c18f33eb2da1589f6e.zip | |
htop: updated to 3.4.0
| -rw-r--r-- | repos/extra/htop/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/htop/abuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/repos/extra/htop/.checksum b/repos/extra/htop/.checksum index 0aa8913f..35a9e6ef 100644 --- a/repos/extra/htop/.checksum +++ b/repos/extra/htop/.checksum @@ -1 +1 @@ -12be8f8f1351eb6d327b65543b097e0c952eb65a9fc03dfdf9c65194925e437f htop-3.3.0.tar.xz +09d6904e026b47788eb90a5f0f9efd2b1bfd460690b325632a09ea5281b53234 htop-3.4.0.tar.xz diff --git a/repos/extra/htop/abuild b/repos/extra/htop/abuild index 61e5ff94..f6fb1c3d 100644 --- a/repos/extra/htop/abuild +++ b/repos/extra/htop/abuild @@ -1,5 +1,5 @@ name=htop -version=3.3.0 +version=3.4.0 release=1 source="https://github.com/$name-dev/$name/releases/download/$version/$name-$version.tar.xz" export CFLAGS="$CFLAGS $(pkg-config --cflags libnl-tiny)" |