diff options
author | Martchus | 2024-06-22 21:06:49 +0200 |
---|---|---|
committer | Martchus | 2024-06-22 21:06:49 +0200 |
commit | f04bb18f15dfc72f2a1c3b4f4a4e0b303d8a03da (patch) | |
tree | 7acebf75bb52c71dd45c7700905a0346c767d9c2 | |
parent | 944c576d718d895f530becdd72a5ad87f985fcf0 (diff) | |
download | aur-f04bb18f15dfc72f2a1c3b4f4a4e0b303d8a03da.tar.gz |
Update to 6.7.2
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | qtwebchannel-sha256.txt | 2 |
3 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-qt6-webchannel-static pkgdesc = Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients (mingw-w64) - pkgver = 6.7.1 + pkgver = 6.7.2 pkgrel = 1 url = https://www.qt.io arch = any @@ -19,7 +19,7 @@ pkgbase = mingw-w64-qt6-webchannel-static options = !buildflags options = staticlibs options = !emptydirs - source = https://download.qt.io/official_releases/qt/6.7/6.7.1/submodules/qtwebchannel-everywhere-src-6.7.1.tar.xz - sha256sums = b9d995edfce90bce04635305936e49a8ae61196d74bcce0f09d26b285d2dcc6f + source = https://download.qt.io/official_releases/qt/6.7/6.7.2/submodules/qtwebchannel-everywhere-src-6.7.2.tar.xz + sha256sums = ac5d96607b10e7de546eaf93bb9f65c0fd631ef9b91ef8a794e26fd57db4501c pkgname = mingw-w64-qt6-webchannel-static @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-webchannel-static -_qtver=6.7.1 +_qtver=6.7.2 pkgver=${_qtver/-/} pkgrel=1 arch=(any) @@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs') groups=(mingw-w64-qt6) _pkgfqn="qtwebchannel-everywhere-src-${_qtver}" source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('b9d995edfce90bce04635305936e49a8ae61196d74bcce0f09d26b285d2dcc6f') +sha256sums=('ac5d96607b10e7de546eaf93bb9f65c0fd631ef9b91ef8a794e26fd57db4501c') _architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32} diff --git a/qtwebchannel-sha256.txt b/qtwebchannel-sha256.txt index 868413efee96..5be3341fe9ac 100644 --- a/qtwebchannel-sha256.txt +++ b/qtwebchannel-sha256.txt @@ -1 +1 @@ -b9d995edfce90bce04635305936e49a8ae61196d74bcce0f09d26b285d2dcc6f +ac5d96607b10e7de546eaf93bb9f65c0fd631ef9b91ef8a794e26fd57db4501c |