summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2018-12-19 17:06:29 +0000
committerkewl fft2018-12-19 17:06:29 +0000
commitb6a39925edd3784cd5ef3e4805aefcb932cad660 (patch)
tree6761801f69e0b10208aa66e61b711ac9b5a8da2c
parentea723c788ef0717ecdd45541fee1623da1d2ac78 (diff)
downloadaur-b6a39925edd3784cd5ef3e4805aefcb932cad660.tar.gz
Update to version 1.3.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca8dee78b745..69e0c8ae446f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = simplenote-electron-bin
pkgdesc = The simplest way to keep notes
- pkgver = 1.3.3
+ pkgver = 1.3.4
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.3/Simplenote-linux-1.3.3-amd64.deb
- sha256sums = a718f1344af2dc59103e30568bad2e85876f2e1051dc9faa520dda5750e5f73f
+ source = https://github.com/Automattic/simplenote-electron/releases/download/v1.3.4/Simplenote-linux-1.3.4-amd64.deb
+ sha256sums = 983d5fc87d27889c6a8a174f1325ba2c5d099aaba7006531f29005c0e29ebcf4
pkgname = simplenote-electron-bin
diff --git a/PKGBUILD b/PKGBUILD
index 855fb3003242..7373424c3530 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=simplenote-electron-bin
_pkgname=simplenote
-pkgver=1.3.3
+pkgver=1.3.4
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=('a718f1344af2dc59103e30568bad2e85876f2e1051dc9faa520dda5750e5f73f')
+sha256sums=('983d5fc87d27889c6a8a174f1325ba2c5d099aaba7006531f29005c0e29ebcf4')
# 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