summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMoonlit Tune2023-02-17 20:46:15 -0500
committerMoonlit Tune2023-02-17 20:46:15 -0500
commit4f90b261b0449caf9107c024b5582fbaed769a67 (patch)
tree338986fb0dfec3c97f8d238e45beda5262716711 /PKGBUILD
parentfe9843e4168caeaabd45c7c30a2f6e2a7ec67af5 (diff)
downloadaur-4f90b261b0449caf9107c024b5582fbaed769a67.tar.gz
0.3.3 > 0.3.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f66920c67b26..291df6088c1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Moonlit Tune <moonlit underscore tune at protonmail dot com>
pkgname=nomadnet
-pkgver=0.3.3
+pkgver=0.3.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.tar.gz)
-sha256sums=('3a0b662e018fb279aa3afb3c07f522d863da7203de1882c6693741460d7bd9b8')
+sha256sums=('d1726fdc69ad05e08868b7e58303a4760db39b2c2294717aca5c0a7258ae2ab0')
build() {
cd "$srcdir/$pkgname-$pkgver"