summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-02-28 12:25:58 -0700
committerMark Wagie2024-02-28 12:25:58 -0700
commit41a309ee44ffb084bb80dbe2cb8050e5a844fbad (patch)
treeeb66f447522d3830018040951ec0a7eb1c78a114
parent75827f5a3b003f450bd73af412a8ccc9f54748c9 (diff)
downloadaur-41a309ee44ffb084bb80dbe2cb8050e5a844fbad.tar.gz
updated Flutter to 3.19.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 353d2858eefc..e3fd618f7fc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yubico-authenticator
pkgdesc = Yubico Authenticator for Desktop
pkgver = 6.4.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Yubico/yubioath-flutter
arch = x86_64
arch = aarch64
@@ -25,10 +25,10 @@ pkgbase = yubico-authenticator
depends = python-zxing-cpp
depends = yubikey-manager
source = git+https://github.com/Yubico/yubioath-flutter.git#commit=c44d65eb6efc9e82b74eb44f228c3937bdc1e071?signed
- source = flutter-3.19.1.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.19.1-stable.tar.xz
+ source = flutter-3.19.2.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.19.2-stable.tar.xz
validpgpkeys = AF511D2CBC0F973E5D308054325C8E4AE2E6437D
validpgpkeys = 20EE325B86A81BCBD3E56798F04367096FBA95E8
sha256sums = SKIP
- sha256sums = d80ae3b41f4ce388345c9872483ed27553698c1c41c0ccf4a7dba27e31c36d60
+ sha256sums = bb4aa5cbabedcba76469841ff16a5dfe75b24c05b0fdaee6c05db829cba58b4e
pkgname = yubico-authenticator
diff --git a/PKGBUILD b/PKGBUILD
index 15f108f8adfd..f2d0a28e7d6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@ pkgname=yubico-authenticator
_app_id=com.yubico.yubioath
pkgdesc="Yubico Authenticator for Desktop"
pkgver=6.4.0
-pkgrel=2
-_flutter_ver=3.19.1
+pkgrel=3
+_flutter_ver=3.19.2
arch=('x86_64' 'aarch64')
url="https://github.com/Yubico/yubioath-flutter"
license=('Apache-2.0')
@@ -36,7 +36,7 @@ source=("git+https://github.com/Yubico/yubioath-flutter.git#commit=${_commit}?si
validpgpkeys=('AF511D2CBC0F973E5D308054325C8E4AE2E6437D' # Adam Velebil <adam.velebil@yubico.com>
'20EE325B86A81BCBD3E56798F04367096FBA95E8') # Dain Nilsson <dain@yubico.com>
sha256sums=('SKIP'
- 'd80ae3b41f4ce388345c9872483ed27553698c1c41c0ccf4a7dba27e31c36d60')
+ 'bb4aa5cbabedcba76469841ff16a5dfe75b24c05b0fdaee6c05db829cba58b4e')
prepare() {
cd yubioath-flutter