summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-03-22 08:56:59 -0600
committerMark Wagie2024-03-22 08:56:59 -0600
commitbfc4c5597aeb1b1de7774b7b78cba17d94557c04 (patch)
tree0af1f931476860ed243a390b6ddf01c7193eebee
parent29506b6be58a839a00043f2c497b92616e9cb1e7 (diff)
downloadaur-bfc4c5597aeb1b1de7774b7b78cba17d94557c04.tar.gz
updated Flutter to 3.19.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db92a1ea1b9d..215030811035 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = musicpod-git
pkgdesc = Music, radio, television and podcast player
- pkgver = 1.3.0.r1.geb97c5e
+ pkgver = 1.3.0.r10.g37521c6
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.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
sha256sums = SKIP
- sha256sums = ddb712be586281afd51a3f96db3681f99f242278201e0ae3322c03706e4004ad
+ sha256sums = 66adfe6b6559a2e2f1fdbf89c938d0af53add3860c854c79dbbd5452f5d2290a
pkgname = musicpod-git
diff --git a/PKGBUILD b/PKGBUILD
index 6d274665e82a..e8d4f3496705 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=1.3.0.r1.geb97c5e
+pkgver=1.3.0.r10.g37521c6
pkgrel=1
-_flutter_ver=3.19.3
+_flutter_ver=3.19.4
pkgdesc="Music, radio, television and podcast player"
arch=('x86_64' 'aarch64')
url="https://github.com/ubuntu-flutter-community/musicpod"
@@ -17,7 +17,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'
- 'ddb712be586281afd51a3f96db3681f99f242278201e0ae3322c03706e4004ad')
+ '66adfe6b6559a2e2f1fdbf89c938d0af53add3860c854c79dbbd5452f5d2290a')
pkgver() {
cd "${pkgname%-git}"