summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarl Smedstad2023-10-13 16:37:46 +0200
committerCarl Smedstad2023-10-13 16:37:46 +0200
commitf38d5db8805a927e7d025735f09a1fb7360c995e (patch)
tree8f317d27af11088ea490ede82abc25ae65637e62 /PKGBUILD
parentb7703752e8413f607d137b6272c867154ec1f8b4 (diff)
downloadaur-f38d5db8805a927e7d025735f09a1fb7360c995e.tar.gz
Publish version 0.7.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae938dd5bec0..6cd5823db2b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-port-for
_name=${pkgname#python-}
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
pkgdesc="Command-line utility and a python library that helps with local TCP ports managment"
arch=(any)
@@ -19,7 +19,7 @@ makedepends=(
checkdepends=(python-pytest)
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('1f60db6229a87c7719fdc6454e09b9d2181ada65c03c2c2ca64086cc45d7e5ad')
+sha256sums=('09bb11a7dd346d2b0f971890cbb20c8545ccdc4ccc37d2f5bf81736604e5a275')
_archive="$_name-$pkgver"