summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrosetintedcheeks2024-04-12 13:27:11 -0400
committerrosetintedcheeks2024-04-12 13:27:11 -0400
commit023b337315c6ca6c6367cd46fe47f5f31c796881 (patch)
treeeea186302a3c7d1c04d0551318aea3b6a0a9d0a9 /PKGBUILD
parentf6c6d08c683a74a2a3a73787fefc56c370a05c0d (diff)
downloadaur-023b337315c6ca6c6367cd46fe47f5f31c796881.tar.gz
Update to 2.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01bcaab65de3..93290d1ee4d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=python-pex
_pkgname=pex
-pkgver=2.3.0
+pkgver=2.3.1
_srcdir="$_pkgname-$pkgver"
pkgrel=1
arch=('any')
@@ -21,7 +21,7 @@ changelog=CHANGES.md
provides=('pex')
replaces=('pex')
source=("$_pkgname-$pkgver.tar.gz::https://github.com/pex-tool/pex/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('44e8a6b2c989dd6e75be9c6667f25be9664603b18733e69a3209e8defa01d13a')
+sha256sums=('f23495207a439cfd2e2ecd03fa1051855ad776ee2e553911acf04b0064d21276')
build() {
cd "$_srcdir"