summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNichlas Severinsen2023-03-24 22:03:47 +0100
committerNichlas Severinsen2023-03-24 22:03:47 +0100
commit974a1a0c9cdb92992f53e134b9415ffe088be3cd (patch)
treeb459d2a383a2e5cee55dc80ff85b76b792ddcfc7
parent10ec6227bc326022b5caadfce6af7a0c41129e02 (diff)
downloadaur-974a1a0c9cdb92992f53e134b9415ffe088be3cd.tar.gz
Update to v2.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4298afec5dff..44d7fd298438 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.4.0
+ pkgver = 2.5.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.4.0.tar.gz
- sha256sums = 1264cbf9b940ee84b219a50cc1f5cac0038dbd834975082b0de668a8bac06e19
+ source = https://github.com/shadow/shadow/archive/v2.5.0.tar.gz
+ sha256sums = 896288a3b9790226b97d1fe63d3f9df4dc1ecfa0f21641342381ce877baecde0
pkgname = tor-shadow
diff --git a/PKGBUILD b/PKGBUILD
index cf9f20f62e59..32155cf01475 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Max Beikirch <max.beikirch (at) unitybox (dot) de>
pkgname=tor-shadow
-pkgver=2.4.0
+pkgver=2.5.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=("1264cbf9b940ee84b219a50cc1f5cac0038dbd834975082b0de668a8bac06e19")
+sha256sums=("896288a3b9790226b97d1fe63d3f9df4dc1ecfa0f21641342381ce877baecde0")
# TODO
# Maybe there should be a prepare() that checks various system variables to make sure they are in accordance with: