summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2021-04-03 16:29:05 +0800
committerpingplug2021-04-03 16:29:05 +0800
commita04c786c1b72156d72916435c8020ca596097013 (patch)
tree0e7572f3b64d1702bda572a6334bda7ff1a74900
parent6fe3a4744621d58cec580114c3a68f73b9ecf1a6 (diff)
downloadaur-a04c786c1b72156d72916435c8020ca596097013.tar.gz
Updated to 19.22
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f04f959dc2d1..ad625a83f171 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=dlib
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-dlib
-pkgver=19.21
+pkgver=19.22
pkgrel=1
pkgdesc="A general purpose cross-platform C++ library designed using contract programming and modern C++ techniques (mingw-w64)"
arch=('any')
@@ -18,7 +18,7 @@ depends=('mingw-w64-crt'
makedepends=('mingw-w64-cmake')
options=('!strip' 'staticlibs' '!buildflags')
source=("http://dlib.net/files/${_pkgname}-${pkgver}.tar.bz2")
-sha256sums=('be728a03ae8c4dc8b48408d90392a3c28bc6642a6eb22f3885895b434d7df53c')
+sha256sums=('20b8aad5d65594a34e22f59abbf0bf89450cb4a2a6a8c3b9eb49c8308f51d572')
build() {
cd ${srcdir}