glog: update to 0.7.1

This commit is contained in:
Biswapriyo Nath
2024-07-24 05:45:27 +00:00
parent 8fa8da8bef
commit e216a0e10c

View File

@@ -3,7 +3,7 @@
_realname=glog
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.7.0
pkgver=0.7.1
pkgrel=1
pkgdesc="C++ implementation of the Google logging module (mingw-w64)"
arch=('any')
@@ -22,7 +22,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
"${MINGW_PACKAGE_PREFIX}-libwinpthread-git")
source=("https://github.com/google/glog/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz"
"001-force-linking-to-dbghelp.patch")
sha256sums=('375106b5976231b92e66879c1a92ce062923b9ae573c42b56ba28b112ee4cc11'
sha256sums=('00e4a87e87b7e7612f519a41e491f16623b12423620006f59f5688bfd8d13b08'
'ff28832d0aae3bbb71564ce85ca0b86e2839342d6631434c71cb5573506884bb')
prepare() {