summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTom Wambold2020-08-23 19:26:29 -0400
committerTom Wambold2020-08-23 19:26:49 -0400
commitafa30e72f7c7e4e71b2ea08c42f9dc3171e538e7 (patch)
tree514ef1dd142df0674af5920ea0e54d472205d34b /PKGBUILD
parent88a26a7a4ef8b7442e56c8274dae266204935097 (diff)
downloadaur-afa30e72f7c7e4e71b2ea08c42f9dc3171e538e7.tar.gz
Update to 1.2.6.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4836e652e043..106eb5207c56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tom Wambold <tom5760@gmail.com>
pkgname=emane
-pkgver=1.2.5
+pkgver=1.2.6
pkgrel=1
pkgdesc="Extendable Mobile Ad-hoc Network Emulator"
arch=('i686' 'x86_64')
@@ -11,7 +11,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=('41a25a22fbc248edeab50a5abf732f31')
+md5sums=('28e0178b352d3d74a12dcbde1b0d6d06')
build() {
cd "$srcdir/emane-$pkgver"