summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJavier Tiá2017-12-07 06:59:55 -0600
committerJavier Tiá2017-12-07 06:59:55 -0600
commitb97995a5e984b215f4eecb29fba27b7c3e6e3b5d (patch)
tree17fd6eb16cf97d778888490928f5c3ac27a2aca7 /PKGBUILD
parent80e7f8a806ed64b8705817b0e3f214b49ca54f0d (diff)
downloadaur-b97995a5e984b215f4eecb29fba27b7c3e6e3b5d.tar.gz
Bump up libtins 4.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba498b4c66ca..f32ce43f1cd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Javier Tiá <javier.tia at gmail dot com>
pkgname=libtins
-pkgver=3.5
-pkgrel=2
+pkgver=4.0
+pkgrel=1
pkgdesc="A high-level, multiplatform C++ network packet sniffing and crafting library"
arch=('i686' 'x86_64')
url="http://libtins.github.io/"
@@ -11,7 +11,7 @@ depends=('libpcap' 'openssl' 'boost')
makedepends=('cmake')
options=('!libtool')
source=("https://github.com/mfontanini/libtins/archive/v${pkgver}.tar.gz")
-sha256sums=('1b0624b2eea3ce077a86f3abd3e625661760c4cfd21cd8f3d3cd3622229ff2cd')
+sha256sums=('2a758d1bed51760bbd57fcaa00610534e0cc3a6d55d91983724e5f46739d66b8')
build() {
cd "${srcdir}/libtins-${pkgver}"