summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNichlas Severinsen2022-12-02 21:19:15 +0100
committerNichlas Severinsen2022-12-02 21:19:15 +0100
commit742e7bcf2acb4217e6391d876f2b4de5ef50c6a4 (patch)
tree01a47cf3ab0764f1f75d21ceaa20e0c958f67d59
parent16c389a11a040560fe70a8d280375cc5bdf7385e (diff)
downloadaur-742e7bcf2acb4217e6391d876f2b4de5ef50c6a4.tar.gz
Update to v2.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a66942fb02f..8082adee547f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tor-shadow
pkgdesc = An open-source network simulator/emulator hybrid (e.g. for Tor and Bitcoin)
- pkgver = 2.2.0
+ pkgver = 2.3.0
pkgrel = 1
url = https://shadow.github.io/
arch = any
@@ -20,7 +20,7 @@ pkgbase = tor-shadow
optdepends = python-networkx
optdepends = python-scipy
optdepends = python-yaml
- source = https://github.com/shadow/shadow/archive/v2.2.0.tar.gz
- sha256sums = 707e27c4b1181849ebaa0ab052de0932713d0af26a1f3c682e47d5abfeffaf25
+ source = https://github.com/shadow/shadow/archive/v2.3.0.tar.gz
+ sha256sums = 89b99b907a42d24dd6783e9dc17e5a268b22f3c71e38a57c34b2aff152e615f1
pkgname = tor-shadow
diff --git a/PKGBUILD b/PKGBUILD
index 8e74813a6811..35e45a16c1bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Max Beikirch <max.beikirch (at) unitybox (dot) de>
pkgname=tor-shadow
-pkgver=2.2.0
+pkgver=2.3.0
pkgrel=1
pkgdesc="An open-source network simulator/emulator hybrid (e.g. for Tor and Bitcoin)"
arch=('any')
@@ -12,7 +12,7 @@ depends=('glib2>=2.32.0' 'python>=3.6')
makedepends=('gcc' 'cmake>=3.2' 'make' 'cargo' 'pkgconf' 'xz' 'util-linux' )
optdepends=('python-numpy' 'python-lxml' 'python-matplotlib' 'python-networkx' 'python-scipy' 'python-yaml')
source=("https://github.com/shadow/shadow/archive/v$pkgver.tar.gz")
-sha256sums=("707e27c4b1181849ebaa0ab052de0932713d0af26a1f3c682e47d5abfeffaf25")
+sha256sums=("89b99b907a42d24dd6783e9dc17e5a268b22f3c71e38a57c34b2aff152e615f1")
# TODO
# Maybe there should be a prepare() that checks various system variables to make sure they are in accordance with: