diff options
author | Martchus | 2022-03-20 12:10:58 +0100 |
---|---|---|
committer | Martchus | 2022-03-20 12:10:58 +0100 |
commit | 84193fc6304edc24a9faf616cf7e2822a66b4f49 (patch) | |
tree | e0aa920c45f7a81578f122266047c99d9b67825f | |
parent | c58c2d10f350aa4085d2160da53c770dd135b1e6 (diff) | |
download | aur-84193fc6304edc24a9faf616cf7e2822a66b4f49.tar.gz |
Update to 6.2.4
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | PKGBUILD.sh.ep | 2 | ||||
-rw-r--r-- | qtquicktimeline-sha256.txt | 2 |
4 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-qt6-quicktimeline pkgdesc = Qt module for keyframe-based timeline construction (mingw-w64) - pkgver = 6.2.3 + pkgver = 6.2.4 pkgrel = 1 url = https://www.qt.io arch = any @@ -19,7 +19,7 @@ pkgbase = mingw-w64-qt6-quicktimeline options = !buildflags options = staticlibs options = !emptydirs - source = https://download.qt.io/official_releases/qt/6.2/6.2.3/submodules/qtquicktimeline-everywhere-src-6.2.3.tar.xz - sha256sums = aa29504d234c891dac3ac8bf390f77e43d9827d0f5cea411039144f2ef2c2333 + source = https://download.qt.io/official_releases/qt/6.2/6.2.4/submodules/qtquicktimeline-everywhere-src-6.2.4.tar.xz + sha256sums = 34f0622a3f7725b287d9f4cb0862ab1583de1b7046f405fb519d4d066171d9c9 pkgname = mingw-w64-qt6-quicktimeline @@ -4,7 +4,7 @@ # you also find the URL of a binary repository. pkgname=mingw-w64-qt6-quicktimeline -_qtver=6.2.3 +_qtver=6.2.4 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=('aa29504d234c891dac3ac8bf390f77e43d9827d0f5cea411039144f2ef2c2333') +sha256sums=('34f0622a3f7725b287d9f4cb0862ab1583de1b7046f405fb519d4d066171d9c9') _architectures='i686-w64-mingw32 x86_64-w64-mingw32' diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep index f6fcdc06a827..a1355336ebab 100644 --- a/PKGBUILD.sh.ep +++ b/PKGBUILD.sh.ep @@ -1,6 +1,6 @@ % layout 'mingw-w64-qt6-module'; \ -_qtver=6.2.3 +_qtver=6.2.4 pkgver=${_qtver/-/} pkgrel=1 arch=(any) diff --git a/qtquicktimeline-sha256.txt b/qtquicktimeline-sha256.txt index b5e530b960b4..7b2ef80fd1d4 100644 --- a/qtquicktimeline-sha256.txt +++ b/qtquicktimeline-sha256.txt @@ -1 +1 @@ -aa29504d234c891dac3ac8bf390f77e43d9827d0f5cea411039144f2ef2c2333 +34f0622a3f7725b287d9f4cb0862ab1583de1b7046f405fb519d4d066171d9c9 |