1
0
mirror of https://aur.archlinux.org/firedragon.git synced 2025-07-06 21:14:33 +00:00

Update version string to 89

This commit is contained in:
dr460nf1r3
2021-03-23 18:02:01 +01:00
parent 259bea0d98
commit 5c152c086b
2 changed files with 6 additions and 5 deletions

View File

@ -9,7 +9,7 @@
pkgname=firedragon
_pkgname=FireDragon
pkgver=88.0a1.r637287+
pkgver=89.0a1.r638601+
pkgrel=1
pkgdesc="Librewolf fork build using Nightly sources with custom branding, Proton UI rework & Fission enabled."
arch=(x86_64 aarch64)
@ -67,7 +67,7 @@ sha512sums_aarch64=('SKIP'
pkgver() {
cd mozilla-unified
printf "88.0a1.r%s" "$(hg identify -n)"
printf "89.0a1.r%s" "$(hg identify -n)"
}
prepare() {