Update version.

This commit is contained in:
Patrick Northon 2025-10-30 17:11:25 -04:00
parent 68fa0a9bac
commit 9041aae2f4
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 = 3.2.1
pkgrel = 4
pkgver = 4.0.0
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-3.2.1.tar.gz::https://github.com/leoafarias/fvm/archive/refs/tags/3.2.1.tar.gz
source = fvm-4.0.0.tar.gz::https://github.com/leoafarias/fvm/archive/refs/tags/4.0.0.tar.gz
source = fvm-sourcebuild-wrapper
sha256sums = d4d524a5e1d7c5160b17ee9c3b2dd4482224d2e1c27c8d494fa0290ae818cd41
sha256sums = 18cf7634d36031e44bc46f482c8d5514c3341d1412ed82dc61ff97dbf829d1ab
sha256sums = 0fc63820607260487b854bfe3cd76d7164fa22ccbf64eea3bd4470200bff3db1
pkgname = fvm-sourcebuild

View file

@ -3,8 +3,8 @@
_pkgname=fvm
pkgname=${_pkgname}-sourcebuild
pkgver=3.2.1
pkgrel=4
pkgver=4.0.0
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/$pkgver.tar.gz"
"${pkgname}-wrapper")
sha256sums=('d4d524a5e1d7c5160b17ee9c3b2dd4482224d2e1c27c8d494fa0290ae818cd41'
sha256sums=('18cf7634d36031e44bc46f482c8d5514c3341d1412ed82dc61ff97dbf829d1ab'
'0fc63820607260487b854bfe3cd76d7164fa22ccbf64eea3bd4470200bff3db1')
prepare() {