summaryrefslogtreecommitdiff
path: root/htop
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2018-03-30 12:22:51 +1100
committerDanny Rawlins <monster.romster@gmail.com>2018-03-30 12:22:51 +1100
commit9e11195c83de4df385d44eeac60337e0fb504915 (patch)
treea33a96732cd33e74ba61258224d34bf274a04021 /htop
parent8fd04d5192902012ebae134ce9cad962c4be2b60 (diff)
downloadopt-9e11195c83de4df385d44eeac60337e0fb504915.tar.gz
opt-9e11195c83de4df385d44eeac60337e0fb504915.tar.xz
htop: 2.0.1 -> 2.1.0
Diffstat (limited to 'htop')
-rw-r--r--htop/.md5sum2
-rw-r--r--htop/.signature6
-rw-r--r--htop/Pkgfile8
3 files changed, 8 insertions, 8 deletions
diff --git a/htop/.md5sum b/htop/.md5sum
index 8b6697349..55cc5d37e 100644
--- a/htop/.md5sum
+++ b/htop/.md5sum
@@ -1 +1 @@
-f75fe92b4defaa80d99109830f34b5e2 htop-2.0.1.tar.gz
+f262b66ad6c194782f4d3a80627e84c8 htop-2.1.0.tar.gz
diff --git a/htop/.signature b/htop/.signature
index e8f202f2c..f80f1cd23 100644
--- a/htop/.signature
+++ b/htop/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/U6tVF41XEc/gzngGn6bLt3A8RwxH1dfQxBYFB/DBB8GW6SJEocSvg7gTvYTVdaduodM0ps+BdctaXEIPBdyjgM=
-SHA256 (Pkgfile) = ee64bc38efa0f5b263efba4f914ad1601220f1e36211182f8842a59cc58782e1
+RWSE3ohX2g5d/SYh1/ubvr+8yO6RwCP3P+zOjmhY7wRoMxGATxofbBsX+a87JBkF3vmhE0hoY90qYI77OTnjEyosXUwWh4PQCAY=
+SHA256 (Pkgfile) = 2bf707734ca2ad311f178c96897d948af38d7d4af1b2e3965c459ffd2019333c
SHA256 (.footprint) = f11cf3a232e1f7885985d2d8ee00b4dbfbd263941e45f11afb4c6c56829b148f
-SHA256 (htop-2.0.1.tar.gz) = f410626dfaf6b70fdf73cd7bb33cae768869707028d847fed94a978e974f5666
+SHA256 (htop-2.1.0.tar.gz) = 3260be990d26e25b6b49fc9d96dbc935ad46e61083c0b7f6df413e513bf80748
diff --git a/htop/Pkgfile b/htop/Pkgfile
index 438ebf250..5639f5982 100644
--- a/htop/Pkgfile
+++ b/htop/Pkgfile
@@ -2,16 +2,16 @@
# Maintainer: Thomas Penteker, tek at serverop dot de
# Description: an interactive process viewer
# URL: http://hisham.hm/htop
-# Depends on: ncurses
+# Depends on: python
name=htop
-version=2.0.1
+version=2.1.0
release=1
-source=(http://hisham.hm/htop/releases/$version/htop-$version.tar.gz)
+source=(https://hisham.hm/htop/releases/$version/htop-$version.tar.gz)
build() {
cd $name-$version
- ./configure --prefix=/usr --disable-nls --mandir=/usr/share/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install

Generated by cgit