summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6eb7dfa56265..6e5c312d1373 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-translations
pkgdesc = A cross-platform application and UI framework (translations, mingw-w64)
- pkgver = 5.12.0
+ pkgver = 5.12.1
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -16,8 +16,8 @@ pkgbase = mingw-w64-qt5-translations
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.12/5.12.0/submodules/qttranslations-everywhere-src-5.12.0.tar.xz
- sha256sums = 5b4f186e0b96703041319b5b131393b6aa829ea74e067697ede548d936327508
+ source = https://download.qt.io/official_releases/qt/5.12/5.12.1/submodules/qttranslations-everywhere-src-5.12.1.tar.xz
+ sha256sums = 7443d70d8572321e810c52fbdd096666e61510e07e17437f1910f0b800cca6a7
pkgname = mingw-w64-qt5-translations
diff --git a/PKGBUILD b/PKGBUILD
index a0158585eb34..e0eb3e876911 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_qt_module=qttranslations
pkgname="mingw-w64-qt5-translations"
-pkgver=5.12.0
+pkgver=5.12.1
pkgrel=1
arch=('any')
pkgdesc="A cross-platform application and UI framework (translations, mingw-w64)"
@@ -21,7 +21,7 @@ license=('GPL3' 'LGPL3' '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=('5b4f186e0b96703041319b5b131393b6aa829ea74e067697ede548d936327508')
+sha256sums=('7443d70d8572321e810c52fbdd096666e61510e07e17437f1910f0b800cca6a7')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'