summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2019-02-10 11:55:13 -0700
committerBrian Bidulock2019-02-10 11:55:13 -0700
commit1dec1f70ee98a22af658d88ce613b5d68a917d56 (patch)
tree3a2d3df2591ddbcfa4855f36f4e8e80f65b61a4b
parent277541e184423bef07738893fad599ed2c0e02da (diff)
downloadaur-1dec1f70ee98a22af658d88ce613b5d68a917d56.tar.gz
uppkg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 530c41c159c9..3354712dd324 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = smcroute
pkgdesc = A command line tool to manipulate the multicast routes of a UNIX kernel. It supports both IPv4 and IPv6 multicast routing.
- pkgver = 2.0.0
+ pkgver = 2.4.3
pkgrel = 1
url = https://troglobit.com/smcroute.html
arch = i686
@@ -10,10 +10,10 @@ pkgbase = smcroute
provides = smcroute
provides = mcsender
backup = etc/smcroute.conf
- source = ftp://troglobit.com/smcroute/smcroute-2.0.0.tar.xz
+ source = https://github.com/troglobit/smcroute/releases/download/2.4.3/smcroute-2.4.3.tar.xz
source = smcroute.conf.example
source = smcroute.service
- md5sums = cbf478e52ab9ae411adca41b9d22f68a
+ md5sums = e57310c8135b65b7f84c0674a3e46f1a
md5sums = 98bdb5bbd222686761e318ee04825b7a
md5sums = 7b28500642045b2482f5ac873da0f86b
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')