update snmpsim to 0.2.4
This commit is contained in:
parent
b7e7fab963
commit
c9d21042c5
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||||
pkgname=snmpsim
|
pkgname=snmpsim
|
||||||
pkgver=0.2.3
|
pkgver=0.2.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="a software that would act like a multitude of real physical devices from SNMP Manager's point of view"
|
pkgdesc="a software that would act like a multitude of real physical devices from SNMP Manager's point of view"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
@ -10,7 +10,7 @@ depends=('python' 'python-pysnmp' 'python-pyasn1')
|
||||||
optdepends=('pycrypto: SNMPv3 support')
|
optdepends=('pycrypto: SNMPv3 support')
|
||||||
options=(!emptydirs)
|
options=(!emptydirs)
|
||||||
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
|
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
|
||||||
md5sums=('95a0a5c43fb282c6e33588acaedc814a')
|
md5sums=('08981639fe50638197a77c156ff4e427')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue