summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarkus Sommer2022-01-02 21:50:25 +0100
committerMarkus Sommer2022-01-02 21:50:25 +0100
commitb541d34ff65aff9c1a3aec6e2716ef931f2bf745 (patch)
treebe5645d81f60e5cd4c3a1a891804b02edad0fb3e /PKGBUILD
parentafa30e72f7c7e4e71b2ea08c42f9dc3171e538e7 (diff)
downloadaur-emane.tar.gz
Update to 1.3.3.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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"