summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMoonlit Tune2022-10-20 15:58:41 -0400
committerMoonlit Tune2022-10-20 15:58:41 -0400
commit091972f44eae6131047d4fa8a23a51e125e4b518 (patch)
tree0ed4521bf5b5dcc28784db601a845667426b2f82 /PKGBUILD
parent215e9618edf93c9b3f55f9f756d92ccbb70f5c09 (diff)
downloadaur-091972f44eae6131047d4fa8a23a51e125e4b518.tar.gz
0.2.4 > 0.2.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc5466b6c950..a8579e91ebdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Moonlit Tune <moonlit underscore tune at protonmail dot com>
pkgname=nomadnet
-pkgver=0.2.4
+pkgver=0.2.5
pkgrel=1
pkgdesc="Off-grid, resilient mesh communication with strong encryption"
arch=('any')
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
url="https://github.com/markqvist/nomadnet"
license=('MIT')
source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/${pkgname//-/_}-$pkgver-$pkgrel.tar.gz)
-sha256sums=('4c44822ea86a62c69d07f155e59e4747b18b2cc9d49994e64e2cac733428bc07')
+sha256sums=('5801bb5183b74a85c311bcf33624aab8a453f0521b4ebf3f6d99f217be0c69c2')
build() {
cd "$srcdir/$pkgname-$pkgver"