summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2024-09-28 18:40:02 +0200
committerMartchus2024-09-28 18:40:02 +0200
commitf490191fffaa1c0c1f423a788973131ada6a06c1 (patch)
tree1d9f1cde706418d2c173bfc6868752a21407089b /PKGBUILD
parentb586a5c347559310462a3216ceea2f3658851c9b (diff)
downloadaur-f490191fffaa1c0c1f423a788973131ada6a06c1.tar.gz
Update to 6.7.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 818916133d2d..36ee5d70118b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=mingw-w64-qt6-quicktimeline
-_qtver=6.7.2
+_qtver=6.7.3
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
groups=(mingw-w64-qt6)
_pkgfqn="qtquicktimeline-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('21eddea01cf095cede10362eea4fb8402ffd06868c88d50a757c8c1f6b0719eb')
+sha256sums=('b7904667884c51de01b7990710001f885daf8d21a8b4188c1eece85f1503c902')
_architectures=${MINGW_W64_QT6_ARCHS:-x86_64-w64-mingw32}