Update version.

This commit is contained in:
Patrick Northon 2025-12-04 16:53:50 -05:00
parent eb9815c4d6
commit ae2be88ac0
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
pkgbase = fvm-sourcebuild
pkgdesc = Flutter Version Management: A simple CLI to manage Flutter SDK versions. (Build engine from sources)
pkgver = 4.0.1
pkgrel = 2
pkgver = 4.0.2
pkgrel = 1
url = https://fvm.app
arch = x86_64
license = MIT
@ -9,9 +9,9 @@ pkgbase = fvm-sourcebuild
provides = fvm
conflicts = fvm
options = !strip
source = fvm-4.0.1.tar.gz::https://github.com/leoafarias/fvm/archive/refs/tags/v4.0.1.tar.gz
source = fvm-4.0.2.tar.gz::https://github.com/leoafarias/fvm/archive/refs/tags/v4.0.2.tar.gz
source = fvm-sourcebuild-wrapper
sha256sums = c18df2551ef72b9cb37a51dbd595509416b69e13830d6de8c547a621544e37a0
sha256sums = 5eae8af57607604c201d9b72b52f8ee1d45964ef6b44bacc17cae8e3f9618244
sha256sums = 0fc63820607260487b854bfe3cd76d7164fa22ccbf64eea3bd4470200bff3db1
pkgname = fvm-sourcebuild

View file

@ -3,8 +3,8 @@
_pkgname=fvm
pkgname=${_pkgname}-sourcebuild
pkgver=4.0.1
pkgrel=2
pkgver=4.0.2
pkgrel=1
provides=(${_pkgname})
conflicts=(${_pkgname})
pkgdesc="Flutter Version Management: A simple CLI to manage Flutter SDK versions. (Build engine from sources)"
@ -17,7 +17,7 @@ options=('!strip')
source=(
"$_pkgname-$pkgver.tar.gz::https://github.com/leoafarias/fvm/archive/refs/tags/v$pkgver.tar.gz"
"${pkgname}-wrapper")
sha256sums=('c18df2551ef72b9cb37a51dbd595509416b69e13830d6de8c547a621544e37a0'
sha256sums=('5eae8af57607604c201d9b72b52f8ee1d45964ef6b44bacc17cae8e3f9618244'
'0fc63820607260487b854bfe3cd76d7164fa22ccbf64eea3bd4470200bff3db1')
prepare() {