Update version string to 89
This commit is contained in:
parent
259bea0d98
commit
5c152c086b
2 changed files with 6 additions and 5 deletions
7
.SRCINFO
7
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = firedragon
|
||||
pkgdesc = Librewolf fork build using Nightly sources with custom branding, Proton UI rework & Fission enabled.
|
||||
pkgver = 88.0a1.r637287+
|
||||
pkgver = 88.0a1.r638601+
|
||||
pkgrel = 1
|
||||
url = https://gitlab.com/dr460nf1r3/settings/
|
||||
install = firedragon.install
|
||||
|
@ -44,6 +44,7 @@ pkgbase = firedragon
|
|||
depends = nss-hg
|
||||
depends = ttf-font
|
||||
depends = libpulse
|
||||
depends = whoogle-git
|
||||
depends = libvpx
|
||||
depends = libjpeg
|
||||
depends = zlib
|
||||
|
@ -69,7 +70,7 @@ pkgbase = firedragon
|
|||
source_x86_64 = remove_addons.patch
|
||||
source_x86_64 = context-menu.patch
|
||||
sha512sums_x86_64 = SKIP
|
||||
sha512sums_x86_64 = 7fdfc23fbf637ef036f51b439e56a84fd12d7f50a894b7318d287da1584ed8be1958c1e403735e9edab8888699f3a68df5c69854d4b87187af1c76734644e44e
|
||||
sha512sums_x86_64 = 1688d8696f0a4451bc1211707362ca79d302ae0e8153be8326392b5617cb3944344e9d8fe17d0b1d5fe7df6d38fd44d4d33e3eb84e7b8763c37aeab4b2c26290
|
||||
sha512sums_x86_64 = SKIP
|
||||
sha512sums_x86_64 = SKIP
|
||||
sha512sums_x86_64 = 861e692daf2be7239eb6b61435688a7abed2bef198067f5b3a9c1a44d8316d1e547c06e1bfb45be402c4c38b1bf13018ba594d433c1b70da6296bd5b90b0fbe3
|
||||
|
@ -83,7 +84,7 @@ pkgbase = firedragon
|
|||
source_aarch64 = arm.patch
|
||||
source_aarch64 = build-arm-libopus.patch
|
||||
sha512sums_aarch64 = SKIP
|
||||
sha512sums_aarch64 = 7fdfc23fbf637ef036f51b439e56a84fd12d7f50a894b7318d287da1584ed8be1958c1e403735e9edab8888699f3a68df5c69854d4b87187af1c76734644e44e
|
||||
sha512sums_aarch64 = 1688d8696f0a4451bc1211707362ca79d302ae0e8153be8326392b5617cb3944344e9d8fe17d0b1d5fe7df6d38fd44d4d33e3eb84e7b8763c37aeab4b2c26290
|
||||
sha512sums_aarch64 = SKIP
|
||||
sha512sums_aarch64 = SKIP
|
||||
sha512sums_aarch64 = 861e692daf2be7239eb6b61435688a7abed2bef198067f5b3a9c1a44d8316d1e547c06e1bfb45be402c4c38b1bf13018ba594d433c1b70da6296bd5b90b0fbe3
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue