summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-04-18 09:53:54 -0600
committerMark Wagie2024-04-18 09:53:54 -0600
commit3c08f84da698185530755beeb0685e64ad750ec0 (patch)
treedc6e6230bd26b3f2b6ce11482622c71d55323272
parentc929707a9533dfb73e0ac799eb7e7ac5bd4171bb (diff)
downloadaur-3c08f84da698185530755beeb0685e64ad750ec0.tar.gz
update Flutter to 3.19.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fa8824467c0..591333694b98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yubico-authenticator
pkgdesc = Yubico Authenticator for Desktop
pkgver = 6.4.0
- pkgrel = 6
+ pkgrel = 7
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.5.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.19.5-stable.tar.xz
+ source = flutter-3.19.6.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.19.6-stable.tar.xz
validpgpkeys = AF511D2CBC0F973E5D308054325C8E4AE2E6437D
validpgpkeys = 20EE325B86A81BCBD3E56798F04367096FBA95E8
sha256sums = 5409741c3e10645fe9b41e497e34f94bc95c7c8d79a71c645c00486c0484f40c
- sha256sums = 6590607e7f2fb23bcc7e0a2d6aac292f9208cbf12a40862c281058c758604fb3
+ sha256sums = db6742a20626d0d2a089eb41ad61b9b2138b996679911e9c8268c1f896191f97
pkgname = yubico-authenticator
diff --git a/PKGBUILD b/PKGBUILD
index 2b69d68b1fde..53cf0204434d 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=6
-_flutter_ver=3.19.5
+pkgrel=7
+_flutter_ver=3.19.6
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=('5409741c3e10645fe9b41e497e34f94bc95c7c8d79a71c645c00486c0484f40c'
- '6590607e7f2fb23bcc7e0a2d6aac292f9208cbf12a40862c281058c758604fb3')
+ 'db6742a20626d0d2a089eb41ad61b9b2138b996679911e9c8268c1f896191f97')
prepare() {
cd yubioath-flutter