summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNichlas Severinsen2023-03-04 15:34:51 +0100
committerNichlas Severinsen2023-03-04 15:34:51 +0100
commit10ec6227bc326022b5caadfce6af7a0c41129e02 (patch)
tree094828d0754665d8a7d4ed72da6096cef7c75bd8
parent742e7bcf2acb4217e6391d876f2b4de5ef50c6a4 (diff)
downloadaur-10ec6227bc326022b5caadfce6af7a0c41129e02.tar.gz
Update to v2.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8082adee547f..4298afec5dff 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.3.0
+ pkgver = 2.4.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.3.0.tar.gz
- sha256sums = 89b99b907a42d24dd6783e9dc17e5a268b22f3c71e38a57c34b2aff152e615f1
+ source = https://github.com/shadow/shadow/archive/v2.4.0.tar.gz
+ sha256sums = 1264cbf9b940ee84b219a50cc1f5cac0038dbd834975082b0de668a8bac06e19
pkgname = tor-shadow
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..f71c635dafda
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index 35e45a16c1bc..cf9f20f62e59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Max Beikirch <max.beikirch (at) unitybox (dot) de>
pkgname=tor-shadow
-pkgver=2.3.0
+pkgver=2.4.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=("89b99b907a42d24dd6783e9dc17e5a268b22f3c71e38a57c34b2aff152e615f1")
+sha256sums=("1264cbf9b940ee84b219a50cc1f5cac0038dbd834975082b0de668a8bac06e19")
# TODO
# Maybe there should be a prepare() that checks various system variables to make sure they are in accordance with: