From 151b256306558ca255eb037b0fa0627252354957 Mon Sep 17 00:00:00 2001
From: Alessio Sergi <al3hex@gmail.com>
Date: Tue, 4 Jul 2017 13:08:41 +0200
Subject: [PATCH] libtorrent-rasterbar: update to 1.1.4

---
 srcpkgs/libtorrent-rasterbar/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template
index 4b4c987eba8..e02fdfd7c4c 100644
--- a/srcpkgs/libtorrent-rasterbar/template
+++ b/srcpkgs/libtorrent-rasterbar/template
@@ -1,7 +1,7 @@
 # Template file for 'libtorrent-rasterbar'
 pkgname=libtorrent-rasterbar
-version=1.1.3
-revision=3
+version=1.1.4
+revision=1
 build_style=gnu-configure
 configure_args="--enable-python-binding --with-boost=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="automake pkg-config intltool libtool python-devel"
@@ -11,7 +11,7 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
 homepage="http://www.rasterbar.com/products/libtorrent/"
 license="3-clause-BSD"
 distfiles="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${version//./_}/libtorrent-rasterbar-${version}.tar.gz"
-checksum=44196a89932c26528f5db19289d0f0f4130730a61dccc61c9f1eac9ad3e881d8
+checksum=ccf42367803a6df7edcf4756d1f7d0a9ce6158ec33b851b3b58fd470ac4eeba6
 
 pre_configure() {
 	export PYTHON_CPPFLAGS="-I${XBPS_CROSS_BASE}/usr/include/python2.7"