summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f8b261e8ac9..0f3b257e1798 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
# Contributor: Julien Sopena (jsopena.archlinux@free.fr)
-pkgname="smcroute"
-pkgver="2.0.0"
+pkgname=smcroute
+pkgver=2.4.3
pkgrel=1
pkgdesc="A command line tool to manipulate the multicast routes of a UNIX kernel. It supports both IPv4 and IPv6 multicast routing."
arch=('i686' 'x86_64')
@@ -10,10 +10,10 @@ license=('GPL2')
provides=('smcroute' 'mcsender')
backup=('etc/smcroute.conf')
depends=('glibc')
-source=("ftp://troglobit.com/smcroute/$pkgname-$pkgver.tar.xz"
+source=("https://github.com/troglobit/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
'smcroute.conf.example'
'smcroute.service')
-md5sums=('cbf478e52ab9ae411adca41b9d22f68a'
+md5sums=('e57310c8135b65b7f84c0674a3e46f1a'
'98bdb5bbd222686761e318ee04825b7a'
'7b28500642045b2482f5ac873da0f86b')