summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-02-26 08:53:32 -0700
committerMark Wagie2024-02-26 08:53:32 -0700
commit75827f5a3b003f450bd73af412a8ccc9f54748c9 (patch)
tree102bb9b1245075e0a0eefbbff77ef8ce05571558
parent935c715bb846fc5a33268606f39b77e17d33ae66 (diff)
downloadaur-75827f5a3b003f450bd73af412a8ccc9f54748c9.tar.gz
updated to Flutter 3.19.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85e1b4b69e24..353d2858eefc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yubico-authenticator
pkgdesc = Yubico Authenticator for Desktop
pkgver = 6.4.0
- pkgrel = 1
+ pkgrel = 2
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.0.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.19.0-stable.tar.xz
+ 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
validpgpkeys = AF511D2CBC0F973E5D308054325C8E4AE2E6437D
validpgpkeys = 20EE325B86A81BCBD3E56798F04367096FBA95E8
sha256sums = SKIP
- sha256sums = 4cc1706fbd6e2a5c0ee34a6f8de875aae20904c9f47e18c88d2fcb25d9ea1a79
+ sha256sums = d80ae3b41f4ce388345c9872483ed27553698c1c41c0ccf4a7dba27e31c36d60
pkgname = yubico-authenticator
diff --git a/PKGBUILD b/PKGBUILD
index 1cf875741eb0..15f108f8adfd 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=1
-_flutter_ver=3.19.0
+pkgrel=2
+_flutter_ver=3.19.1
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'
- '4cc1706fbd6e2a5c0ee34a6f8de875aae20904c9f47e18c88d2fcb25d9ea1a79')
+ 'd80ae3b41f4ce388345c9872483ed27553698c1c41c0ccf4a7dba27e31c36d60')
prepare() {
cd yubioath-flutter