summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Duck2018-08-23 11:29:12 -0700
committerJonathan Duck2018-08-23 11:29:12 -0700
commit9356adff47b57fab9485db83a8d737dae15dccc7 (patch)
treecef2c7c3b888ff52436fe59b5e398c66b57511e3
parent23470e122639a440af966efebf18c987ab2f369f (diff)
downloadaur-9356adff47b57fab9485db83a8d737dae15dccc7.tar.gz
Update to version 0.9.56
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 200769788ac7..eb45073bba90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = typora
pkgdesc = Typora will give you a seamless experience as both a reader and a writer.
- pkgver = 0.9.54
+ pkgver = 0.9.56
pkgrel = 1
url = https://typora.io/
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = typora
depends = electron
optdepends = noto-fonts-emoji: Or some other emoji font to see emojis
source = typora.sh
- source = https://typora.io/./linux/typora_0.9.54_amd64.deb
+ source = https://typora.io/./linux/typora_0.9.56_amd64.deb
md5sums = 2bf190ba0c77de908b2127aac4ba6f73
- md5sums = f954824e35bbb7236b4b218ccd6e73c2
+ md5sums = 1e40eca2d0479891c646d018aaae8295
pkgname = typora
diff --git a/PKGBUILD b/PKGBUILD
index 44cf89c9675a..fbf72317f9a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=typora
-pkgver=0.9.54
+pkgver=0.9.56
pkgrel=1
pkgdesc="Typora will give you a seamless experience as both a reader and a writer."
arch=('x86_64')
@@ -12,7 +12,7 @@ source=(
"https://typora.io/./linux/${pkgname}_${pkgver}_amd64.deb"
)
md5sums=('2bf190ba0c77de908b2127aac4ba6f73'
- 'f954824e35bbb7236b4b218ccd6e73c2')
+ '1e40eca2d0479891c646d018aaae8295')
package() {
_src="$srcdir/$pkgname"