nsync: Update to 1.22.0

This commit is contained in:
Yuanmiao Gui
2019-08-11 17:29:06 +08:00
parent b036152624
commit 91fa285f31

View File

@@ -3,7 +3,7 @@
_realname=nsync
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.21.0
pkgver=1.22.0
pkgrel=1
pkgdesc="C library that exports various synchronization primitives (mingw-w64)"
arch=('any')
@@ -16,8 +16,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cmake"
_archive=${_realname}-${pkgver}
source=(${_archive}.tar.gz::https://github.com/google/nsync/archive/${pkgver}.tar.gz
0001-nsync-mingw-w64.patch)
sha256sums=('1F48FA5A315520F2D43AD0269F8D09BBA37D4399C2317E1D657FD7ED059CF531'
'037C0C43C0298582E6FF9751BB15F35E75460626A91CE7565879E27B9FB8FC48')
sha256sums=('caf32e6b3d478b78cff6c2ba009c3400f8251f646804bcb65465666a9cea93c4'
'037c0c43c0298582e6ff9751bb15f35e75460626a91ce7565879e27b9fb8fc48')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {