summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b9ef7b8a066..ed83f05f009b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = htop-vim
pkgdesc = Interactive process viewer with a Vim keybindings patch
- pkgver = 3.1.0
+ pkgver = 3.1.1
pkgrel = 1
url = https://htop.dev/
arch = x86_64
@@ -17,9 +17,9 @@ pkgbase = htop-vim
provides = htop
conflicts = htop
options = !emptydirs
- source = https://github.com/htop-dev/htop/archive/3.1.0/htop-3.1.0.tar.gz
+ source = https://github.com/htop-dev/htop/archive/3.1.1/htop-3.1.1.tar.gz
source = vim-keybindings.patch
- sha256sums = 200a4f9331d0e5048bf9bda6a8dee38248c557e471b9e57ff3784853efd613a9
+ sha256sums = b52280ad05a535ec632fbcd47e8e2c40a9376a9ddbd7caa00b38b9d6bb87ced6
sha256sums = 2089457e7e6b331a1d290b5920bb2f2b3142256a6cb30a3231f6b0ec1ef71ff0
pkgname = htop-vim
diff --git a/PKGBUILD b/PKGBUILD
index 656c1329736d..506996b8b383 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Dawid Potocki <archlinux a dawidpotocki , com>
_pkgname=htop
-pkgname="$_pkgname-vim"
-pkgver=3.1.0
+pkgname="${_pkgname}-vim"
+pkgver=3.1.1
pkgrel=1
pkgdesc='Interactive process viewer with a Vim keybindings patch'
arch=('x86_64')
@@ -19,7 +19,7 @@ options=('!emptydirs')
source=("https://github.com/htop-dev/htop/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz"
'vim-keybindings.patch'
)
-sha256sums=('200a4f9331d0e5048bf9bda6a8dee38248c557e471b9e57ff3784853efd613a9'
+sha256sums=('b52280ad05a535ec632fbcd47e8e2c40a9376a9ddbd7caa00b38b9d6bb87ced6'
'2089457e7e6b331a1d290b5920bb2f2b3142256a6cb30a3231f6b0ec1ef71ff0')
prepare() {