summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44d7fd298438..f8d27947b620 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.5.0
+ pkgver = 3.0.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.5.0.tar.gz
- sha256sums = 896288a3b9790226b97d1fe63d3f9df4dc1ecfa0f21641342381ce877baecde0
+ source = https://github.com/shadow/shadow/archive/v3.0.0.tar.gz
+ sha256sums = da8962e9eafe0d6005316df8f2b6d238b87840504538d5cde2b83335f9d2664f
pkgname = tor-shadow
diff --git a/PKGBUILD b/PKGBUILD
index 32155cf01475..2e6c84adcaec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Max Beikirch <max.beikirch (at) unitybox (dot) de>
pkgname=tor-shadow
-pkgver=2.5.0
+pkgver=3.0.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=("896288a3b9790226b97d1fe63d3f9df4dc1ecfa0f21641342381ce877baecde0")
+sha256sums=("da8962e9eafe0d6005316df8f2b6d238b87840504538d5cde2b83335f9d2664f")
# TODO
# Maybe there should be a prepare() that checks various system variables to make sure they are in accordance with: