summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-04-24 13:24:25 +0200
committerMartchus2019-04-24 13:24:25 +0200
commit41c210e64bcbe912e7e8d20ce499a0b8bf03159a (patch)
treeb111ef255db2bdd89b2c5ccda933c54e70f4730f
parent46187e1b72a821e615e1e4e106c5f26cbcec65a5 (diff)
downloadaur-41c210e64bcbe912e7e8d20ce499a0b8bf03159a.tar.gz
Fix checksums
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b51e5f22caac..d81fc6236fe0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = mingw-w64-qt5-websockets
options = !buildflags
options = staticlibs
source = https://download.qt.io/official_releases/qt/5.12/5.12.3/submodules/qtwebsockets-everywhere-src-5.12.3.tar.xz
- sha256sums = ab9ce815b1466abe52910c9b50c0f61df8af74f9521574bb534f7f562d0e8c04
+ sha256sums = 258883225c5e089015c4036f31019aa8f5bb013ecd8eecd193342e606319a577
pkgname = mingw-w64-qt5-websockets
diff --git a/PKGBUILD b/PKGBUILD
index 4dad7b26d640..40080ddc447f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ license=('GPL3' 'LGPL' 'FDL' 'custom')
url='https://www.qt.io/'
_pkgfqn="${_qt_module}-everywhere-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('ab9ce815b1466abe52910c9b50c0f61df8af74f9521574bb534f7f562d0e8c04')
+sha256sums=('258883225c5e089015c4036f31019aa8f5bb013ecd8eecd193342e606319a577')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \