diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-21 03:34:10 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-21 03:34:10 +0000 |
commit | 96cf9235f114b8d960c16a8625937b16979ae1aa (patch) | |
tree | d2eed8b5352413c7d68cf5856b8112c0620b1942 /community/lksctp-tools/PKGBUILD | |
parent | 2f8045ba14153d1665148e3cff527ce4f6bf66e5 (diff) |
Fri Feb 21 03:31:53 UTC 2014
Diffstat (limited to 'community/lksctp-tools/PKGBUILD')
-rw-r--r-- | community/lksctp-tools/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/lksctp-tools/PKGBUILD b/community/lksctp-tools/PKGBUILD index 17d9f37db..78655c8ae 100644 --- a/community/lksctp-tools/PKGBUILD +++ b/community/lksctp-tools/PKGBUILD @@ -3,15 +3,15 @@ # Contributer: Nicolas Martyanoff <khaelin@gmail.com> pkgname=lksctp-tools -pkgver=1.0.15 -pkgrel=2 +pkgver=1.0.16 +pkgrel=1 pkgdesc='An implementation of the SCTP protocol' arch=('i686' 'x86_64') url='http://lksctp.sourceforge.net/' license=('GPL2' 'LGPL2.1') depends=('bash') source=("http://downloads.sourceforge.net/sourceforge/lksctp/$pkgname-$pkgver.tar.gz") -md5sums=('d829677541fb41061e7f4d61f8413b07') +md5sums=('708bb0b5a6806ad6e8d13c55b067518e') build() { cd $pkgname-$pkgver |