summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoost Molenaar2021-01-10 00:13:13 +0100
committerJoost Molenaar2021-01-19 10:51:49 +0100
commite2f318d94d229e3d9947a7bc4800a91da5cf122c (patch)
tree797c9dd79f3ebd52df8759366f413c8ffaa61b9c /PKGBUILD
parent47a0f5bc05f13e275a50cd07c7755697258c11f8 (diff)
downloadaur-e2f318d94d229e3d9947a7bc4800a91da5cf122c.tar.gz
Version 4.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2a3b16ee482..c9cca9565834 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mrouted
-pkgver=3.9.8
+pkgver=4.2
pkgrel=1
pkgdesc="An implementation of the DVMRP multicast routing protocol. It turns a UNIX workstation into a DVMRP multicast router with tunnel support, in order to cross non-multicast-aware routers."
arch=('i686' 'x86_64')
@@ -7,9 +7,9 @@ url="https://github.com/troglobit/mrouted"
license=('BSD')
backup=('etc/mrouted.conf')
depends=('glibc')
-source=("https://github.com/troglobit/mrouted/releases/download/${pkgver}/mrouted-${pkgver}.tar.bz2"
+source=("https://github.com/troglobit/mrouted/releases/download/${pkgver}/mrouted-${pkgver}.tar.gz"
"mrouted.service")
-md5sums=('8fdd21cf7028b0d16e9477140d311750'
+md5sums=('b921f9e152e039efdac745438ef8362c'
'a1ba2643cb169513666a2dcc98e01f4e')
prepare() {