summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2022-01-27 09:29:05 +0800
committerpingplug2022-01-27 09:29:05 +0800
commit14f04c7fef1aab412b9dbf09d4f83eeda2389b63 (patch)
tree5be63a10d9d6272d23c443c648f1b51ce8e61c56
parent5d6fceecd245680dd630e16ea13ba6c84cccfbfb (diff)
downloadaur-14f04c7fef1aab412b9dbf09d4f83eeda2389b63.tar.gz
updated to 19.23
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c455e5a38fa5..f659d16c250c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-dlib
pkgdesc = A general purpose cross-platform C++ library designed using contract programming and modern C++ techniques (mingw-w64)
- pkgver = 19.22
+ pkgver = 19.23
pkgrel = 1
url = http://dlib.net
arch = any
@@ -14,8 +14,7 @@ pkgbase = mingw-w64-dlib
options = !strip
options = staticlibs
options = !buildflags
- source = http://dlib.net/files/dlib-19.22.tar.bz2
- sha256sums = 20b8aad5d65594a34e22f59abbf0bf89450cb4a2a6a8c3b9eb49c8308f51d572
+ source = https://codeload.github.com/davisking/dlib/tar.gz/refs/tags/v19.23
+ sha256sums = 0fc74a39d2046ad15819bab25a695333a63e740c91ed3c620c8594381c132e88
pkgname = mingw-w64-dlib
-
diff --git a/PKGBUILD b/PKGBUILD
index ad625a83f171..84f0079f53fa 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.22
+pkgver=19.23
pkgrel=1
pkgdesc="A general purpose cross-platform C++ library designed using contract programming and modern C++ techniques (mingw-w64)"
arch=('any')
@@ -17,8 +17,8 @@ depends=('mingw-w64-crt'
'mingw-w64-libpng')
makedepends=('mingw-w64-cmake')
options=('!strip' 'staticlibs' '!buildflags')
-source=("http://dlib.net/files/${_pkgname}-${pkgver}.tar.bz2")
-sha256sums=('20b8aad5d65594a34e22f59abbf0bf89450cb4a2a6a8c3b9eb49c8308f51d572')
+source=("https://codeload.github.com/davisking/dlib/tar.gz/refs/tags/v${pkgver}")
+sha256sums=('0fc74a39d2046ad15819bab25a695333a63e740c91ed3c620c8594381c132e88')
build() {
cd ${srcdir}