Update version.

This commit is contained in:
Patrick Northon 2025-12-19 17:05:20 -05:00
parent d5c6d79c9f
commit 9eba46134d
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = fvm-sourcebuild
pkgdesc = Flutter Version Management: A simple CLI to manage Flutter SDK versions. (Build engine from sources)
pkgver = 4.0.4
pkgver = 4.0.5
pkgrel = 1
url = https://fvm.app
arch = x86_64
@ -9,9 +9,9 @@ pkgbase = fvm-sourcebuild
provides = fvm
conflicts = fvm
options = !strip
source = fvm-4.0.4.tar.gz::https://github.com/leoafarias/fvm/archive/refs/tags/v4.0.4.tar.gz
source = fvm-4.0.5.tar.gz::https://github.com/leoafarias/fvm/archive/refs/tags/v4.0.5.tar.gz
source = fvm-sourcebuild-wrapper
sha256sums = 2d6c2bced4e270ea724fb9ddb2e61422c67f9e981e4271e395c6bfed3aff5206
sha256sums = 2434d6fd2072548ac0e59c3c6c90554db46e6cdfd97ba79ffbcd270a8eb24b44
sha256sums = 0fc63820607260487b854bfe3cd76d7164fa22ccbf64eea3bd4470200bff3db1
pkgname = fvm-sourcebuild

View file

@ -3,7 +3,7 @@
_pkgname=fvm
pkgname=${_pkgname}-sourcebuild
pkgver=4.0.4
pkgver=4.0.5
pkgrel=1
provides=(${_pkgname})
conflicts=(${_pkgname})
@ -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=('2d6c2bced4e270ea724fb9ddb2e61422c67f9e981e4271e395c6bfed3aff5206'
sha256sums=('2434d6fd2072548ac0e59c3c6c90554db46e6cdfd97ba79ffbcd270a8eb24b44'
'0fc63820607260487b854bfe3cd76d7164fa22ccbf64eea3bd4470200bff3db1')
prepare() {