summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-30 10:46:48 -0700
committerMark Wagie2024-01-30 10:46:48 -0700
commit51c3a3757902ea6c19a7c89728eac4a550a99278 (patch)
treef78d874ca3c4afb144c8840201ba2b22b33dccce
parenta113bc554afd093f1c35d5eee87f208434f0bfbb (diff)
downloadaur-51c3a3757902ea6c19a7c89728eac4a550a99278.tar.gz
update Flutter to 3.16.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4c5a793493b..d78f726481af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = musicpod-git
pkgdesc = Music, radio, television and podcast player
- pkgver = r802.e051973
+ pkgver = r817.ab69d51
pkgrel = 1
url = https://github.com/ubuntu-flutter-community/musicpod
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = musicpod-git
provides = musicpod
conflicts = musicpod
source = git+https://github.com/ubuntu-flutter-community/musicpod.git
- source = flutter-3.16.8.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.16.8-stable.tar.xz
+ source = flutter-3.16.9.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.16.9-stable.tar.xz
sha256sums = SKIP
- sha256sums = 7cb12032cf615a92a7bc9042100f3f2af62df7df3ca3bee27f4b153fe218b239
+ sha256sums = 8868138a6f339f90353baefef0d789e06c3299d5f94db653decefda6633a9a8e
pkgname = musicpod-git
diff --git a/PKGBUILD b/PKGBUILD
index 2fcd575eaf7d..e459f97ad69c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=musicpod-git
_app_id=org.feichtmeier.Musicpod
-pkgver=r802.e051973
+pkgver=r817.ab69d51
pkgrel=1
-_flutter_ver=3.16.8
+_flutter_ver=3.16.9
pkgdesc="Music, radio, television and podcast player"
arch=('x86_64')
url="https://github.com/ubuntu-flutter-community/musicpod"
@@ -16,7 +16,7 @@ conflicts=("${pkgname%-git}")
source=('git+https://github.com/ubuntu-flutter-community/musicpod.git'
"flutter-${_flutter_ver}.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_${_flutter_ver/.hotfix/+hotfix}-stable.tar.xz")
sha256sums=('SKIP'
- '7cb12032cf615a92a7bc9042100f3f2af62df7df3ca3bee27f4b153fe218b239')
+ '8868138a6f339f90353baefef0d789e06c3299d5f94db653decefda6633a9a8e')
pkgver() {
cd "${pkgname%-git}"