summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2019-02-08 19:42:45 +0000
committerkewl fft2019-02-08 19:42:45 +0000
commit2b93aa200b0afed70236adce244252f38e241092 (patch)
tree4dd22dfd337000b649bdcd7919dcb82c3cc98cae
parentaae3335386466fcab89bac6fb015c8f311eff9b1 (diff)
downloadaur-2b93aa200b0afed70236adce244252f38e241092.tar.gz
Update to version 1.4.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 270e6aab87e3..da3968dfd134 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = simplenote-electron-bin
pkgdesc = The simplest way to keep notes
- pkgver = 1.4.0
+ pkgver = 1.4.1
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.4.0/Simplenote-linux-1.4.0-amd64.deb
- sha256sums = 44ee4a040913da78462b5b1ca950ba3b46cd7087aae26e0e11fb6306f9eeb34b
+ source = https://github.com/Automattic/simplenote-electron/releases/download/v1.4.1/Simplenote-linux-1.4.1-amd64.deb
+ sha256sums = bfc89c486d63c48123ba49766339ff3d7e3eab64b92149944ee869ebc287a7b9
pkgname = simplenote-electron-bin
diff --git a/PKGBUILD b/PKGBUILD
index a3d6d0914326..5a1e4e376cd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=simplenote-electron-bin
_pkgname=simplenote
-pkgver=1.4.0
+pkgver=1.4.1
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=('44ee4a040913da78462b5b1ca950ba3b46cd7087aae26e0e11fb6306f9eeb34b')
+sha256sums=('bfc89c486d63c48123ba49766339ff3d7e3eab64b92149944ee869ebc287a7b9')
# 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