update to 1.16.8

This commit is contained in:
zxp19821005 2026-02-02 09:31:13 +08:00
parent a5a460c77a
commit 889a229336
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = typora-free-with-plugin
pkgdesc = A minimal markdown editor and reader(free version).With obgnail/typora_plugin plugins.
pkgver = 1.16.7
pkgver = 1.16.8
pkgrel = 1
url = https://typora.io/
arch = aarch64
@ -8,14 +8,14 @@ pkgbase = typora-free-with-plugin
license = LicenseRef-custom
depends = electron13
depends = alsa-lib
provides = typora=1.16.7
provides = typora=1.16.8
conflicts = typora
conflicts = typora-free
conflicts = typora-cn
conflicts = typora-free-cn
conflicts = typora-electron
source = typora-plugin-1.16.7.zip::https://github.com/obgnail/typora_plugin/releases/download/1.16.7/typora-plugin@v1.16.7.zip
sha256sums = cdde4ab4df3b0f614bdd88f8b9259a5c3fdca5a6d3e3fa7f5b202116b31dcb4b
source = typora-plugin-1.16.8.zip::https://github.com/obgnail/typora_plugin/releases/download/1.16.8/typora-plugin@v1.16.8.zip
sha256sums = b112ff9ac57a7a6d7ad4e43127b9cb7c3a99274f27041bf5b44fbc4be948714c
source_aarch64 = typora-free-with-plugin-0.11.18-aarch64.deb::https://github.com/wyf9661/typora-free/releases/download/v0.11.18/typora_0.11.18_arm64.deb
sha256sums_aarch64 = 12ad46732c4da7d9414701c584fee942baf83b89165563f18ba03d859eb59ad8
source_x86_64 = typora-free-with-plugin-0.11.18-x86_64.deb::https://github.com/wyf9661/typora-free/releases/download/v0.11.18/typora_0.11.18_amd64.deb

View file

@ -2,7 +2,7 @@
_appname=typora
pkgname="${_appname}-free-with-plugin"
_pkgname=Typora
pkgver=1.16.7
pkgver=1.16.8
_typoraver=0.11.18
_electronversion=13
pkgrel=1
@ -32,7 +32,7 @@ source=(
)
source_aarch64=("${pkgname}-${_typoraver}-aarch64.deb::${_dlurl}/releases/download/v${_typoraver}/${_appname}_${_typoraver}_arm64.deb")
source_x86_64=("${pkgname}-${_typoraver}-x86_64.deb::${_dlurl}/releases/download/v${_typoraver}/${_appname}_${_typoraver}_amd64.deb")
sha256sums=('cdde4ab4df3b0f614bdd88f8b9259a5c3fdca5a6d3e3fa7f5b202116b31dcb4b')
sha256sums=('b112ff9ac57a7a6d7ad4e43127b9cb7c3a99274f27041bf5b44fbc4be948714c')
sha256sums_aarch64=('12ad46732c4da7d9414701c584fee942baf83b89165563f18ba03d859eb59ad8')
sha256sums_x86_64=('a202935a754c4b7344cc947db143e12885e4a716ca5f70f607f0318c346bb6c6')
prepare() {