summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d47ba5579ec..89a3bf44ce1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ellis Kenyo <me at elken dot dev>
pkgname=python-xxh
-pkgver=0.8.13
+pkgver=0.8.14
pkgrel=1
pkgdesc="Take your shell with you!"
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('python' 'python-pexpect' 'python-yaml')
makedepends=("python-build" "python-installer" "python-wheel")
license=('BSD')
source=($pkgname-$pkgver::https://github.com/xxh/xxh/archive/refs/tags/$pkgver.zip)
-md5sums=('a540a8553927f2327fc4454c71a673c7')
+md5sums=('995183dfecb3fa0cf7a21a238c4fec60')
build() {
cd "$srcdir"/$(echo $pkgname | cut -d- -f2)-$pkgver