summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-02-28 12:29:14 -0700
committerMark Wagie2024-02-28 12:29:14 -0700
commitf6185755fd60263edde7be826acdd2db47f4ec6a (patch)
tree788b1d4bd3810ea5aaec2fc5ed5082d8cf737c10
parentf49b4ab827a26baefa31ad01dca45268bfde78f9 (diff)
downloadaur-f6185755fd60263edde7be826acdd2db47f4ec6a.tar.gz
updated Flutter to 3.19.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01c2cb8f682f..ecf14746f8fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = musicpod-git
pkgdesc = Music, radio, television and podcast player
pkgver = 1.0.3.r1.g87a40b1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ubuntu-flutter-community/musicpod
arch = x86_64
arch = aarch64
@@ -18,8 +18,8 @@ pkgbase = musicpod-git
provides = musicpod
conflicts = musicpod
source = git+https://github.com/ubuntu-flutter-community/musicpod.git
- 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
+ source = flutter-3.19.2.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.19.2-stable.tar.xz
sha256sums = SKIP
- sha256sums = d80ae3b41f4ce388345c9872483ed27553698c1c41c0ccf4a7dba27e31c36d60
+ sha256sums = bb4aa5cbabedcba76469841ff16a5dfe75b24c05b0fdaee6c05db829cba58b4e
pkgname = musicpod-git
diff --git a/PKGBUILD b/PKGBUILD
index e3e9927eff91..46ed2bd0a3a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=musicpod-git
_app_id=org.feichtmeier.Musicpod
pkgver=1.0.3.r1.g87a40b1
-pkgrel=1
-_flutter_ver=3.19.1
+pkgrel=2
+_flutter_ver=3.19.2
pkgdesc="Music, radio, television and podcast player"
arch=('x86_64' 'aarch64')
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'
- 'd80ae3b41f4ce388345c9872483ed27553698c1c41c0ccf4a7dba27e31c36d60')
+ 'bb4aa5cbabedcba76469841ff16a5dfe75b24c05b0fdaee6c05db829cba58b4e')
pkgver() {
cd "${pkgname%-git}"