summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoonlit Tune2023-09-19 14:56:30 -0400
committerMoonlit Tune2023-09-19 14:56:30 -0400
commitdd784c674ed76b649306c600343a93106fcba156 (patch)
tree8d56e04d9a49c93babe06b63f1a1e3142c8c03c6
parent073cbf910bd61b24d799d99367e0ee92bbf8621f (diff)
downloadaur-dd784c674ed76b649306c600343a93106fcba156.tar.gz
0.5.8 > 0.5.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27486322907d..10c2cff39c96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-rns
pkgdesc = Self-configuring, encrypted and resilient mesh networking stack
- pkgver = 0.5.8
+ pkgver = 0.5.9
pkgrel = 1
url = https://reticulum.network/
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-rns
depends = python-pyserial
provides = rnodeconf
conflicts = rnodeconf
- source = https://files.pythonhosted.org/packages/source/r/rns/rns-0.5.8.tar.gz
- sha256sums = 753e433b0f50a1710bb5da67b4b9cddf4f5e22c56d8f6f49d16c8d3f1d298043
+ source = https://files.pythonhosted.org/packages/source/r/rns/rns-0.5.9.tar.gz
+ sha256sums = 3ce1d3772266abb48bea8be5b45e70fd32573f53255263af971c6a76dd8a7620
pkgname = python-rns
diff --git a/PKGBUILD b/PKGBUILD
index 626696ea0a1f..0c09c71c89dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-rns
_name='rns'
-pkgver=0.5.8
+pkgver=0.5.9
pkgrel=1
pkgdesc="Self-configuring, encrypted and resilient mesh networking stack"
arch=('any')
@@ -13,7 +13,7 @@ conflicts=('rnodeconf')
url="https://reticulum.network/"
license=('MIT')
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/${_name//-/_}-$pkgver.tar.gz)
-sha256sums=('753e433b0f50a1710bb5da67b4b9cddf4f5e22c56d8f6f49d16c8d3f1d298043')
+sha256sums=('3ce1d3772266abb48bea8be5b45e70fd32573f53255263af971c6a76dd8a7620')
build() {
cd "$srcdir/$_name-$pkgver"