summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2018-12-04 21:39:57 +0000
committerkewl fft2018-12-04 21:39:57 +0000
commit439e2f27f856f77e7f364f7437ff7f816a043b85 (patch)
treee285088fdb2884f829148500d867f4f84fdd50ff
parent905509bd339adc11b9b6b4591be96414f0ef0bd9 (diff)
downloadaur-439e2f27f856f77e7f364f7437ff7f816a043b85.tar.gz
Update to version 1.3.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9b3e2a35ec4..16c440608f72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = simplenote-electron-bin
pkgdesc = The simplest way to keep notes
- pkgver = 1.3.0
+ pkgver = 1.3.2
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.3.0/Simplenote-linux-1.3.0-amd64.deb
- sha256sums = 6acc110bb2c13e2ac738d500ebbfd60d34add8b23dd410dd8e3e9f7582a9c97f
+ source = https://github.com/Automattic/simplenote-electron/releases/download/v1.3.2/Simplenote-linux-1.3.2-amd64.deb
+ sha256sums = f4bc3ef29bfd63d0aae3f58fd272b7b28a46ced673e8369a8771bc3b05161491
pkgname = simplenote-electron-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1378fd2aadd2..66db238fcca0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=simplenote-electron-bin
_pkgname=simplenote
-pkgver=1.3.0
+pkgver=1.3.2
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-linux-${pkgver}-amd64.deb")
-sha256sums=('6acc110bb2c13e2ac738d500ebbfd60d34add8b23dd410dd8e3e9f7582a9c97f')
+sha256sums=('f4bc3ef29bfd63d0aae3f58fd272b7b28a46ced673e8369a8771bc3b05161491')
# 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