summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2019-07-02 20:09:32 +0100
committerkewl fft2019-07-02 20:09:32 +0100
commit1d292faceecb5e2bbbcaa8e5b8c76f7a9b54f51a (patch)
tree9b6be13e2c4d9b59994865cc5db4c6efef92e4dd
parentfe20556a6788da8767f652b00a6d928a3c369328 (diff)
downloadaur-1d292faceecb5e2bbbcaa8e5b8c76f7a9b54f51a.tar.gz
Update to version 1.6.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01cbe6515eeb..487f83f080ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = simplenote-electron-bin
pkgdesc = The simplest way to keep notes
- pkgver = 1.5.0
- pkgrel = 5
+ pkgver = 1.6.0
+ pkgrel = 1
url = https://github.com/Automattic/simplenote-electron
arch = x86_64
license = GPL2
@@ -9,8 +9,8 @@ pkgbase = simplenote-electron-bin
depends = gtk3
depends = libxss
provides = simplenote
- source = https://github.com/Automattic/simplenote-electron/releases/download/v1.5.0/Simplenote-linux-1.5.0-amd64.deb
- sha256sums = 4e577a0a0cf1a87cc0cf4a115b4d065835469d1262887cf76ee50b20d809d243
+ source = https://github.com/Automattic/simplenote-electron/releases/download/v1.6.0/Simplenote-linux-1.6.0-amd64.deb
+ sha256sums = 84995f644f9a27ed7985702cf8028860aa325ec0f0dc363c17b4f26958c51f06
pkgname = simplenote-electron-bin
diff --git a/PKGBUILD b/PKGBUILD
index b417b2b00beb..38b798b206fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Kewl <kewl@alto.eu.org>
+# Maintainer: Kewl <xrjy@nygb.rh.bet(rot13)>
# Maintainer: Samuel Walladge <samuel at swalladge dot id dot au>
pkgname=simplenote-electron-bin
-pkgver=1.5.0
-pkgrel=5
+pkgver=1.6.0
+pkgrel=1
pkgdesc="The simplest way to keep notes"
arch=('x86_64')
url="https://github.com/Automattic/simplenote-electron"
@@ -11,7 +11,7 @@ license=('GPL2')
depends=('nss' 'gtk3' 'libxss')
provides=('simplenote')
source=("${url}/releases/download/v${pkgver}/Simplenote-linux-${pkgver}-amd64.deb")
-sha256sums=('4e577a0a0cf1a87cc0cf4a115b4d065835469d1262887cf76ee50b20d809d243')
+sha256sums=('84995f644f9a27ed7985702cf8028860aa325ec0f0dc363c17b4f26958c51f06')
# 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,