summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDawid Potocki2022-06-03 17:53:52 +1200
committerDawid Potocki2022-06-03 17:53:52 +1200
commit6c1d9b5ca66d6fade8727e856290cd71e635a129 (patch)
tree96791c83f3984fa5a2d5be556f0741eca169ba3c /PKGBUILD
parenta376e2cc72ac639c7d1a15681a94977192af9026 (diff)
downloadaur-6c1d9b5ca66d6fade8727e856290cd71e635a129.tar.gz
Update to 3.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index faa30eb1aaeb..2d84cae62128 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=htop
pkgname="${_pkgname}-vim"
-pkgver=3.2.0
+pkgver=3.2.1
pkgrel=1
pkgdesc='Interactive process viewer with a Vim keybindings patch'
arch=('x86_64')
@@ -19,8 +19,8 @@ options=('!emptydirs')
source=("https://github.com/htop-dev/htop/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz"
'vim-keybindings.patch'
)
-sha256sums=('1a1dd174cc828521fe5fd0e052cff8c30aa50809cf80d3ce3a481c37d476ac54'
- '19f0386384d5b65072b0f66232c3b032185e545e80266b74ae1db951662a010a')
+sha256sums=('b5ffac1949a8daaabcffa659c0964360b5008782aae4dfa7702d2323cfb4f438'
+ 'dd0fbe1685d4e7966c18dcfa9946da436a1d198d071def5ff7c39df8126e9483')
prepare() {
cd "${_pkgname}-${pkgver}"