v10.13.0-1

This commit is contained in:
猫宮ぴあの / Piano Nekomiya 2023-05-10 15:06:35 +09:00
parent 31d85207c2
commit 3ca98be718
2 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
pkgbase = floorp
pkgdesc = Firefox-based browser with excellent privacy protection, developed by a community of students in Japan
pkgver = 10.12.0
pkgrel = 2
pkgver = 10.13.0
pkgrel = 1
url = http://floorp.ablaze.one
arch = x86_64
arch = aarch64
@ -21,9 +21,9 @@ pkgbase = floorp
optdepends = hunspell-en_US: Spell checking, American English
source = https://github.com/Floorp-Projects/About-Floorp-Projects/raw/main/Creater-pack/Creater_pack_Floorp.zip
source = floorp.desktop
source = https://github.com/Floorp-Projects/Floorp/releases/download/v10.12.0/floorp-10.12.0.en-US.linux-x86_64.tar.bz2
source = https://github.com/Floorp-Projects/Floorp/releases/download/v10.13.0/floorp-10.13.0.en-US.linux-x86_64.tar.bz2
md5sums = c12cf6c807ad562188e648c60b2b7289
md5sums = cecce3f030f194da95819cfaffe020e3
md5sums = c2346db058753580905a5d58e7ee1332
md5sums = 89edc9168b16e0e46a92314a35298e69
pkgname = floorp

View file

@ -1,7 +1,7 @@
# Maintainer: NSK-1010 <kotone[dot]olin1010[at]gmail[dot]com>
pkgname=floorp
pkgver=10.12.0
pkgrel=2
pkgver=10.13.0
pkgrel=1
pkgdesc="Firefox-based browser with excellent privacy protection, developed by a community of students in Japan"
url="http://floorp.ablaze.one"
arch=('x86_64' 'aarch64')
@ -24,9 +24,9 @@ md5sums=('c12cf6c807ad562188e648c60b2b7289'
'cecce3f030f194da95819cfaffe020e3')
if test "$CARCH" == x86_64; then
md5sums+=('c2346db058753580905a5d58e7ee1332')
md5sums+=('89edc9168b16e0e46a92314a35298e69')
elif test "$CARCH" == aarch64; then
md5sums+=('9b6adb601215be1be31d5577bc0f97aa')
md5sums+=('890de6618399b30ffd3d7f7a71481fd5')
fi
package() {