diff options
author | Martchus | 2024-12-03 00:41:42 +0100 |
---|---|---|
committer | Martchus | 2024-12-03 00:41:42 +0100 |
commit | bd8f229b989f986d814c724a21286c87da6e2b38 (patch) | |
tree | 0c051921f6354c519ae62c4dd86156bd9ef34fae | |
parent | 114be1044c0ca410bd1314ea1759ed37d2434683 (diff) | |
download | aur-bd8f229b989f986d814c724a21286c87da6e2b38.tar.gz |
Update to 6.8.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | PKGBUILD.sh.ep | 2 | ||||
-rw-r--r-- | qtwebchannel-sha256.txt | 2 |
4 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-qt6-webchannel 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.8.0 + pkgver = 6.8.1 pkgrel = 1 url = https://www.qt.io arch = any @@ -19,7 +19,7 @@ pkgbase = mingw-w64-qt6-webchannel options = !buildflags options = staticlibs options = !emptydirs - source = https://download.qt.io/official_releases/qt/6.8/6.8.0/submodules/qtwebchannel-everywhere-src-6.8.0.tar.xz - sha256sums = d6250d25bf8a8d2af608239d259ec72db6dc28f08aefc8895492ad09ebaf60c0 + source = https://download.qt.io/official_releases/qt/6.8/6.8.1/submodules/qtwebchannel-everywhere-src-6.8.1.tar.xz + sha256sums = 6b139f7f9128309e924da145023fa8ea87922bd79693392b3b2e4ba568a5763a pkgname = mingw-w64-qt6-webchannel @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-webchannel -_qtver=6.8.0 +_qtver=6.8.1 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=('d6250d25bf8a8d2af608239d259ec72db6dc28f08aefc8895492ad09ebaf60c0') +sha256sums=('6b139f7f9128309e924da145023fa8ea87922bd79693392b3b2e4ba568a5763a') _architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32} diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep index 344e71cfd7b1..70a4c7c7e206 100644 --- a/PKGBUILD.sh.ep +++ b/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module'; \ -_qtver=6.8.0 +_qtver=6.8.1 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qtwebchannel-sha256.txt b/qtwebchannel-sha256.txt index fba67dd8d299..173331c36a5e 100644 --- a/qtwebchannel-sha256.txt +++ b/qtwebchannel-sha256.txt @@ -1 +1 @@ -d6250d25bf8a8d2af608239d259ec72db6dc28f08aefc8895492ad09ebaf60c0 +6b139f7f9128309e924da145023fa8ea87922bd79693392b3b2e4ba568a5763a |