summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d23391279382..4cf31d2c1832 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = typora
pkgdesc = Typora will give you a seamless experience as both a reader and a writer.
- pkgver = 0.9.25
+ pkgver = 0.9.27
pkgrel = 1
url = https://typora.io/
arch = x86_64
license = custom:"Copyright (c) 2014 GitHub Inc."
depends = gconf
depends = libxss
- source = https://typora.io/./linux/typora_0.9.25_amd64.deb
- md5sums = cfef160b5c6629e6805a9d82c8690b09
+ source = https://typora.io/./linux/typora_0.9.27_amd64.deb
+ md5sums = dc783a263f67aaa2bb87a53499a9e4b1
pkgname = typora
diff --git a/PKGBUILD b/PKGBUILD
index fba22eccc89a..33e68c2214fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonathan Duck <duckbrain30@gmail.com>
pkgname=typora
-pkgver=0.9.25
+pkgver=0.9.27
pkgrel=1
pkgdesc="Typora will give you a seamless experience as both a reader and a writer."
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('custom:"Copyright (c) 2014 GitHub Inc."')
url="https://typora.io/"
depends=('gconf' 'libxss')
source=("https://typora.io/./linux/$filename")
-md5sums=('cfef160b5c6629e6805a9d82c8690b09')
+md5sums=('dc783a263f67aaa2bb87a53499a9e4b1')
package() {
bsdtar -xf data.tar.xz -C "$pkgdir/"