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 155f37ec36ff..f66920c67b26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Moonlit Tune <moonlit underscore tune at protonmail dot com>
pkgname=nomadnet
-pkgver=0.3.2
+pkgver=0.3.3
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.tar.gz)
-sha256sums=('5056d68ae369858c1199aa74442035669a286cc7821bade68e11515175ecaa49')
+sha256sums=('3a0b662e018fb279aa3afb3c07f522d863da7203de1882c6693741460d7bd9b8')
build() {
cd "$srcdir/$pkgname-$pkgver"