summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJavier Tiá2016-02-01 06:17:38 -0600
committerJavier Tiá2016-02-01 06:17:38 -0600
commitf5ebe10887d365a0621c670eee18f563de86ca34 (patch)
tree6b23266e68c568698d77fbcf12845c0caff77470 /PKGBUILD
parent7261a8508037445146de8fc7f23a373ab3c8a689 (diff)
downloadaur-f5ebe10887d365a0621c670eee18f563de86ca34.tar.gz
Bump to libtins v3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d978bd60d541..2d69540c29cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: kusakata <shohei atmark kusakata period com>
pkgname=libtins
-pkgver=3.2
+pkgver=3.3
pkgrel=1
pkgdesc="A high-level, multiplatform C++ network packet sniffing and crafting library"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('libpcap' 'openssl')
makedepends=('cmake')
options=('!libtool')
source=("https://github.com/mfontanini/libtins/archive/v${pkgver}.tar.gz")
-md5sums=('f7da307e2a3fb897654983baf2de0ac3')
+sha256sums=('a2d9b8a4dd0b2a4d0d1924d2b2b03ea76a7ceb241f91c6a7ed262a1a7d64d94d')
build() {
cd "${srcdir}/libtins-${pkgver}"
@@ -29,3 +29,4 @@ package() {
rm -R "${pkgdir}/usr/CMake/"
}
+# vim:set ft=sh ts=2 sw=2 et: