summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjinguTech2021-08-20 23:14:44 +0800
committerjinguTech2021-08-20 23:14:44 +0800
commitd32ef436c0b058cf293b1583ce799dc697a38e9d (patch)
tree052c07f673ab02b866783428085793d8672470a1
parent108ded8d0222024da9edc4b616490b658f0781cd (diff)
downloadaur-d32ef436c0b058cf293b1583ce799dc697a38e9d.tar.gz
upgrade v1.36.0 to v1.37.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 599ef32d1eca..cc78572d45f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = sqlectron-gui
pkgdesc = A simple and lightweight SQL client with cross database and platform support
- pkgver = 1.36.0
+ pkgver = 1.37.1
pkgrel = 1
url = https://sqlectron.github.io/
arch = x86_64
license = MIT
depends = electron
source = git+https://github.com/sqlectron/sqlectron-gui.git#tag=v1.36.0
- sha256sums = 13c91f0ab6e72217be221d5f61f5e277f0c3d01c2cc23011c46426c898593c24
+ sha256sums = c5c650e8de1d14a8ecc7e9af80f9f0fe32c1b33c40c7aa65dac693c3bfb6e00a
pkgname = sqlectron-gui
diff --git a/PKGBUILD b/PKGBUILD
index 0c1b5d93bbd8..a1d9df55b322 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Edison IbaƱez <edison@opmbx.org>
pkgname=sqlectron-gui
-pkgver=1.36.0
+pkgver=1.37.1
pkgrel=1
pkgdesc="A simple and lightweight SQL client with cross database and platform support"
arch=('x86_64' 'i686')
@@ -18,7 +18,7 @@ source=(
"${pkgname}-${pkgver}.pacman::https://github.com/sqlectron/sqlectron-gui/releases/download/v${pkgver}/sqlectron-${pkgver}${_arch}.pacman"
)
-sha256sums=('13c91f0ab6e72217be221d5f61f5e277f0c3d01c2cc23011c46426c898593c24')
+sha256sums=('c5c650e8de1d14a8ecc7e9af80f9f0fe32c1b33c40c7aa65dac693c3bfb6e00a')
package() {
cd "${srcdir}"
tar -xvf ${pkgname}-${pkgver}.pacman -C ${pkgdir}