summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-06-13 10:05:14 +0800
committerzxp198210052024-06-13 10:05:14 +0800
commit51bf32a80a0c587669c62b8c8584ca04a0dc7bd6 (patch)
treefd0e3ad74b7fd167b3c44a5a6abbe086a2cc4419
parentc357b59545e1f191b51273d55ba3d0f5c7e24478 (diff)
downloadaur-51bf32a80a0c587669c62b8c8584ca04a0dc7bd6.tar.gz
update to 1.9.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dad1f4206590..0d3b1ceea5f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = typora-free-with-plugin
pkgdesc = A minimal markdown editor and reader(free version). with obgnail/typora_plugin plugin.
- pkgver = 1.9.1
+ pkgver = 1.9.3
pkgrel = 1
url = https://typora.io/
arch = aarch64
@@ -10,15 +10,15 @@ pkgbase = typora-free-with-plugin
depends = nspr
depends = nss
depends = alsa-lib
- provides = typora-free=1.9.1
+ provides = typora-free=1.9.3
conflicts = typora-free-with-plugin
conflicts = typora
conflicts = typora-free
conflicts = typora-cn
conflicts = typora-free-cn
conflicts = typora-electron
- source = typora-plugin-1.9.1.tar.gz::https://github.com/obgnail/typora_plugin/archive/refs/tags/1.9.1.tar.gz
- sha256sums = cbfec3bb40554d6d69c2683947e6bac89d826d558c0d20f4856f7d394d3565af
+ source = typora-plugin-1.9.3.tar.gz::https://github.com/obgnail/typora_plugin/archive/refs/tags/1.9.3.tar.gz
+ sha256sums = 93964c555b6a0a1a7aa0ec713d4348a57fa0fa963e596bae8efb1ba4863568a0
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
diff --git a/PKGBUILD b/PKGBUILD
index c94c2265aa60..8067b4310c99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=typora
pkgname="${_appname}-free-with-plugin"
_pkgname=Typora
-pkgver=1.9.1
+pkgver=1.9.3
_typoraver=0.11.18
_electronversion=13
pkgrel=1
@@ -35,7 +35,7 @@ source=(
)
source_aarch64=("${pkgname%-bin}-${_typoraver}-aarch64.deb::${_dlurl}/releases/download/v${_typoraver}/${_appname}_${_typoraver}_arm64.deb")
source_x86_64=("${pkgname%-bin}-${_typoraver}-x86_64.deb::${_dlurl}/releases/download/v${_typoraver}/${_appname}_${_typoraver}_amd64.deb")
-sha256sums=('cbfec3bb40554d6d69c2683947e6bac89d826d558c0d20f4856f7d394d3565af')
+sha256sums=('93964c555b6a0a1a7aa0ec713d4348a57fa0fa963e596bae8efb1ba4863568a0')
sha256sums_aarch64=('12ad46732c4da7d9414701c584fee942baf83b89165563f18ba03d859eb59ad8')
sha256sums_x86_64=('a202935a754c4b7344cc947db143e12885e4a716ca5f70f607f0318c346bb6c6')
build() {