summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-03-22 08:53:12 -0600
committerMark Wagie2024-03-22 08:53:12 -0600
commita5728548dd9d16aeb6004567e94f26e305235ec7 (patch)
tree0a9726d83ce2bf502dd0057f1f814165b2eecebf
parent0574c1b6c347154dc2b0111d40dcd62d5ada2bbf (diff)
downloadaur-a5728548dd9d16aeb6004567e94f26e305235ec7.tar.gz
updated Flutter to 3.19.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fa096daa560..09360e7ecd02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yubico-authenticator
pkgdesc = Yubico Authenticator for Desktop
pkgver = 6.4.0
- pkgrel = 4
+ pkgrel = 5
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.3.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.19.3-stable.tar.xz
+ source = flutter-3.19.4.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.19.4-stable.tar.xz
validpgpkeys = AF511D2CBC0F973E5D308054325C8E4AE2E6437D
validpgpkeys = 20EE325B86A81BCBD3E56798F04367096FBA95E8
- sha256sums = SKIP
- sha256sums = ddb712be586281afd51a3f96db3681f99f242278201e0ae3322c03706e4004ad
+ sha256sums = 5409741c3e10645fe9b41e497e34f94bc95c7c8d79a71c645c00486c0484f40c
+ sha256sums = 66adfe6b6559a2e2f1fdbf89c938d0af53add3860c854c79dbbd5452f5d2290a
pkgname = yubico-authenticator
diff --git a/PKGBUILD b/PKGBUILD
index 8761718cd5ce..2ac3abd008b0 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=4
-_flutter_ver=3.19.3
+pkgrel=5
+_flutter_ver=3.19.4
arch=('x86_64' 'aarch64')
url="https://github.com/Yubico/yubioath-flutter"
license=('Apache-2.0')
@@ -35,8 +35,8 @@ source=("git+https://github.com/Yubico/yubioath-flutter.git#commit=${_commit}?si
"flutter-${_flutter_ver}.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_${_flutter_ver/.hotfix/+hotfix}-stable.tar.xz")
validpgpkeys=('AF511D2CBC0F973E5D308054325C8E4AE2E6437D' # Adam Velebil <adam.velebil@yubico.com>
'20EE325B86A81BCBD3E56798F04367096FBA95E8') # Dain Nilsson <dain@yubico.com>
-sha256sums=('SKIP'
- 'ddb712be586281afd51a3f96db3681f99f242278201e0ae3322c03706e4004ad')
+sha256sums=('5409741c3e10645fe9b41e497e34f94bc95c7c8d79a71c645c00486c0484f40c'
+ '66adfe6b6559a2e2f1fdbf89c938d0af53add3860c854c79dbbd5452f5d2290a')
prepare() {
cd yubioath-flutter