summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoonlit Tune2024-05-18 19:12:34 -0400
committerMoonlit Tune2024-05-18 19:12:34 -0400
commit2b82d7e8617acc889b50de2a8d1dd7527f5e0566 (patch)
tree8142fd92ad05226181bccb6f5aa83c9709181c74
parent278906c0d7fc60392c00e4e64dc8d805bde975a2 (diff)
downloadaur-nomadnet.tar.gz
0.4.8 > 0.4.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e8f785914f8..28678dc33f12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nomadnet
pkgdesc = Off-grid, resilient mesh communication with strong encryption
- pkgver = 0.4.8
- pkgrel = 2
+ pkgver = 0.4.9
+ pkgrel = 1
url = https://github.com/markqvist/nomadnet
arch = any
license = MIT
makedepends = python-setuptools
depends = python-lxmf
depends = python-urwid
- source = nomadnet-0.4.8::https://github.com/markqvist/nomadnet/archive/refs/tags/0.4.8.tar.gz
- sha256sums = a30c7692581e59e9aa273d7b27482f046e111290a0b2be25322333e62d9512d7
+ source = nomadnet-0.4.9::https://github.com/markqvist/nomadnet/archive/refs/tags/0.4.9.tar.gz
+ sha256sums = 0d2705439117a8b62c27634e59b6e62e90bdc12d9b40261e319494e7011d2f2d
pkgname = nomadnet
diff --git a/PKGBUILD b/PKGBUILD
index 4572b25f23f4..784704fb0a67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Moonlit Tune <moonlit underscore tune at protonmail dot com>
pkgname=nomadnet
-pkgver=0.4.8
-pkgrel=2
+pkgver=0.4.9
+pkgrel=1
pkgdesc="Off-grid, resilient mesh communication with strong encryption"
arch=('any')
depends=('python-lxmf' 'python-urwid')
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
url="https://github.com/markqvist/nomadnet"
license=('MIT')
source=($pkgname-$pkgver::$url/archive/refs/tags/$pkgver.tar.gz)
-sha256sums=('a30c7692581e59e9aa273d7b27482f046e111290a0b2be25322333e62d9512d7')
+sha256sums=('0d2705439117a8b62c27634e59b6e62e90bdc12d9b40261e319494e7011d2f2d')
build() {
cd "$srcdir/NomadNet-$pkgver"