summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshi chao gao2019-03-10 17:21:56 +0800
committershi chao gao2019-03-10 17:21:56 +0800
commit26b5134347703cb93f59b666784e5ca176860a97 (patch)
treeec8cfd34db950de28bd555f2148cca5e0bd5ad9f
parent090c5df219aa829920a20bd549a827c0adf76090 (diff)
downloadaur-26b5134347703cb93f59b666784e5ca176860a97.tar.gz
upd
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d201c101955c..f76562fee9d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gisto
pkgdesc = Cross-platform gist snippets management desktop application that allows you and your team share code snippets fast and easily. Based on GitHub Gist Infrastructure which means you can use all your existing snippets by connecting your GitHub account.
- pkgver = 1.10.26
+ pkgver = 1.10.27
pkgrel = 1
url = http://www.gistoapp.com/
install = gisto.install
@@ -10,8 +10,8 @@ pkgbase = gisto
depends = gtk3
depends = libxss
options = !strip
- source = https://github.com/Gisto/Gisto/releases/download/v1.10.26/Gisto-1.10.26-amd64.deb
- md5sums = cfaad7ca5e109a4daed3dabd32539183
+ source = https://github.com/Gisto/Gisto/releases/download/v1.10.27/Gisto-1.10.27-amd64.deb
+ md5sums = 4820935b84e3bdcfe78e5526f27ca308
pkgname = gisto
diff --git a/PKGBUILD b/PKGBUILD
index f2bae7578dab..58a99599f983 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sasha Khamkov <sanusart@gmail.com>
# Maintainer: xgdgsc <xgdgsc at gmail dot com>
pkgname=gisto
-pkgver=1.10.26
+pkgver=1.10.27
pkgrel=1
epoch=
pkgdesc="Cross-platform gist snippets management desktop application that allows you and your team share code snippets fast and easily. Based on GitHub Gist Infrastructure which means you can use all your existing snippets by connecting your GitHub account."
@@ -14,7 +14,7 @@ depends=("nss" "gtk3" "libxss")
# PKGEXT=.tar
install=${pkgname}.install
source=("https://github.com/Gisto/Gisto/releases/download/v$pkgver/Gisto-$pkgver-amd64.deb")
-md5sums=('cfaad7ca5e109a4daed3dabd32539183')
+md5sums=('4820935b84e3bdcfe78e5526f27ca308')
package() {
tar xf data.tar.xz -C "${pkgdir}"
}