summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Sommer2022-01-02 21:50:25 +0100
committerMarkus Sommer2022-01-02 21:50:25 +0100
commitb541d34ff65aff9c1a3aec6e2716ef931f2bf745 (patch)
treebe5645d81f60e5cd4c3a1a891804b02edad0fb3e
parentafa30e72f7c7e4e71b2ea08c42f9dc3171e538e7 (diff)
downloadaur-emane.tar.gz
Update to 1.3.3.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b90ead7f5c6..65a4e85c16d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emane
pkgdesc = Extendable Mobile Ad-hoc Network Emulator
- pkgver = 1.2.6
+ pkgver = 1.3.3
pkgrel = 1
url = https://github.com/adjacentlink/emane
arch = i686
@@ -16,8 +16,7 @@ pkgbase = emane
depends = python-lxml
optdepends = python: Python bindings
options = !libtool
- source = https://github.com/adjacentlink/emane/archive/v1.2.6.tar.gz
- md5sums = 28e0178b352d3d74a12dcbde1b0d6d06
+ source = https://github.com/adjacentlink/emane/archive/v1.3.3.tar.gz
+ sha512sums = c8fa1d19de41bb3362ad2db2560b92ecd96f6590edaf007ee1ad49ad0fe376e0419a8d0c05a310991cfba0c1d28ca5a877c197e4f430cbea8d2f302e72542e18
pkgname = emane
-
diff --git a/PKGBUILD b/PKGBUILD
index 106eb5207c56..f46f6786dbed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Tom Wambold <tom5760@gmail.com>
+# Contributor: Markus Sommer <markus@splork.de>
pkgname=emane
-pkgver=1.2.6
+pkgver=1.3.3
pkgrel=1
pkgdesc="Extendable Mobile Ad-hoc Network Emulator"
arch=('i686' 'x86_64')
@@ -11,7 +12,7 @@ depends=(libxml2 libpcap pcre libutil-linux python-protobuf python-lxml)
optdepends=('python: Python bindings')
makedepends=(python protobuf)
source=("https://github.com/adjacentlink/emane/archive/v$pkgver.tar.gz")
-md5sums=('28e0178b352d3d74a12dcbde1b0d6d06')
+sha512sums=('c8fa1d19de41bb3362ad2db2560b92ecd96f6590edaf007ee1ad49ad0fe376e0419a8d0c05a310991cfba0c1d28ca5a877c197e4f430cbea8d2f302e72542e18')
build() {
cd "$srcdir/emane-$pkgver"