summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2018-06-21 21:17:34 +0100
committerkewl fft2018-06-21 21:17:34 +0100
commit44b97056866d938a790bd1b3422dc77f6abed946 (patch)
tree1fbaa18bf22988a8eff2815899d2694f220d9c93
parenta5ada08671db9fcf8864f34dde8cf079d33c745f (diff)
downloadaur-44b97056866d938a790bd1b3422dc77f6abed946.tar.gz
Update to version 1.1.6-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a56c910204d..c4c382d5424e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = simplenote-electron-bin
pkgdesc = The simplest way to keep notes
- pkgver = 1.1.5
+ pkgver = 1.1.6
pkgrel = 1
url = https://github.com/Automattic/simplenote-electron
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = simplenote-electron-bin
depends = gtk2
depends = libxss
provides = simplenote
- source = https://github.com/Automattic/simplenote-electron/releases/download/v1.1.5/simplenote_1.1.5_amd64.deb
- sha256sums = 694988e006a70117d9b3bfe506dd0d691460479760b7ec0306609797d2cb8fa2
+ source = https://github.com/Automattic/simplenote-electron/releases/download/v1.1.6/simplenote_1.1.6_amd64.deb
+ sha256sums = d48d6a56beace13ca0c82e1bf540360685e3685bb29855dc6dc401c485449c4c
pkgname = simplenote-electron-bin
diff --git a/PKGBUILD b/PKGBUILD
index a12ee3635585..cc29f0b5de23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=simplenote-electron-bin
_pkgname=simplenote
-pkgver=1.1.5
+pkgver=1.1.6
pkgrel=1
pkgdesc="The simplest way to keep notes"
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('gcc-libs' 'gconf' 'alsa-lib' 'nss' 'libxtst' 'gtk2' 'libxss')
provides=('simplenote')
source=("https://github.com/Automattic/simplenote-electron/releases/download/v${pkgver}/simplenote_${pkgver}_amd64.deb")
-sha256sums=('694988e006a70117d9b3bfe506dd0d691460479760b7ec0306609797d2cb8fa2')
+sha256sums=('d48d6a56beace13ca0c82e1bf540360685e3685bb29855dc6dc401c485449c4c')
# Warning: the release deb file has been known to be silently modified,
# resulting in a different checksum. If the checksum fails to validate, this is
# most likely the cause. If you are concerned about the security implications