summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Puntiy2019-01-16 20:21:11 +0200
committerIvan Puntiy2019-01-16 20:21:11 +0200
commit3d1b49a691cf1adfa3fd80d9877cb68bf3a3d4c2 (patch)
tree8ef375540b9eefa6a7765ac909c314eeb5de5050
parent3072b415c24e0e2441067c3081bd0ec8f1014f0a (diff)
downloadaur-3d1b49a691cf1adfa3fd80d9877cb68bf3a3d4c2.tar.gz
mingw-w64-asio 1.12.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3eacb662365..2fa42898dee8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Mar 24 17:29:17 UTC 2018
pkgbase = mingw-w64-asio
pkgdesc = Cross-platform C++ library for ASynchronous network I/O (mingw-w64)
- pkgver = 1.12.0
+ pkgver = 1.12.2
pkgrel = 1
url = http://asio.sourceforge.net/
arch = any
@@ -14,8 +12,8 @@ pkgbase = mingw-w64-asio
options = !strip
options = !buildflags
options = staticlibs
- source = http://downloads.sourceforge.net/asio/asio-1.12.0.tar.bz2
- sha256sums = 2c350b9ad7e266ab47935200a09194cbdf6f7ce2e3cabeddae6c68360d39d3ad
+ source = http://downloads.sourceforge.net/asio/asio-1.12.2.tar.bz2
+ sha256sums = 4e27dcb37456ba707570334b91f4798721111ed67b69915685eac141895779aa
pkgname = mingw-w64-asio
diff --git a/PKGBUILD b/PKGBUILD
index 264a2afffd55..6455cbd2ea07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ivan Puntiy <ivan.puntiy-at-gmail>
pkgname=mingw-w64-asio
-pkgver=1.12.0
+pkgver=1.12.2
pkgrel=1
pkgdesc="Cross-platform C++ library for ASynchronous network I/O (mingw-w64)"
arch=(any)
@@ -11,7 +11,7 @@ makedepends=('mingw-w64-configure' 'mingw-w64-boost')
optdepends=('mingw-w64-boost: when not using ASIO_STANDALONE')
options=('!strip' '!buildflags' 'staticlibs')
source=("http://downloads.sourceforge.net/asio/asio-${pkgver}.tar.bz2")
-sha256sums=('2c350b9ad7e266ab47935200a09194cbdf6f7ce2e3cabeddae6c68360d39d3ad')
+sha256sums=('4e27dcb37456ba707570334b91f4798721111ed67b69915685eac141895779aa')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"