summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2019-08-12 20:51:45 +0100
committerkewl fft2019-08-12 20:51:45 +0100
commit2b26241381cd0fab40d6c7511e49c94b1daef35f (patch)
treef1db35156b3fead89d21c84071a9e200f3079145
parent1d292faceecb5e2bbbcaa8e5b8c76f7a9b54f51a (diff)
downloadaur-2b26241381cd0fab40d6c7511e49c94b1daef35f.tar.gz
Update to version 1.7.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 487f83f080ec..5d88b82759de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = simplenote-electron-bin
pkgdesc = The simplest way to keep notes
- pkgver = 1.6.0
+ pkgver = 1.7.0
pkgrel = 1
url = https://github.com/Automattic/simplenote-electron
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = simplenote-electron-bin
depends = gtk3
depends = libxss
provides = simplenote
- source = https://github.com/Automattic/simplenote-electron/releases/download/v1.6.0/Simplenote-linux-1.6.0-amd64.deb
- sha256sums = 84995f644f9a27ed7985702cf8028860aa325ec0f0dc363c17b4f26958c51f06
+ source = https://github.com/Automattic/simplenote-electron/releases/download/v1.7.0/Simplenote-linux-1.7.0-amd64.deb
+ sha256sums = f0b3b4f56e7edf66cc0b692ef62230aa1a094721912737683f5da18844627d6c
pkgname = simplenote-electron-bin
diff --git a/PKGBUILD b/PKGBUILD
index 38b798b206fb..c107ecbee1b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Samuel Walladge <samuel at swalladge dot id dot au>
pkgname=simplenote-electron-bin
-pkgver=1.6.0
+pkgver=1.7.0
pkgrel=1
pkgdesc="The simplest way to keep notes"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('GPL2')
depends=('nss' 'gtk3' 'libxss')
provides=('simplenote')
source=("${url}/releases/download/v${pkgver}/Simplenote-linux-${pkgver}-amd64.deb")
-sha256sums=('84995f644f9a27ed7985702cf8028860aa325ec0f0dc363c17b4f26958c51f06')
+sha256sums=('f0b3b4f56e7edf66cc0b692ef62230aa1a094721912737683f5da18844627d6c')
# 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 of this,