summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjingutech2022-10-02 00:39:30 +0800
committerjingutech2022-10-02 00:39:30 +0800
commit67b6a9138abc7426b49c54d4299be50f1fcbb541 (patch)
tree343180b1694b813b4c3ba02e2c9720c400f27ccc
parentd32ef436c0b058cf293b1583ce799dc697a38e9d (diff)
downloadaur-sqlectron-gui.tar.gz
ver:upgrade v1.37.1 to v1.38.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc78572d45f2..e3054a0fb7ab 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.37.1
+ pkgver = 1.38.0
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 = c5c650e8de1d14a8ecc7e9af80f9f0fe32c1b33c40c7aa65dac693c3bfb6e00a
+ source = git+https://github.com/sqlectron/sqlectron-gui.git#tag=v1.38.0
+ sha256sums = 17eb28d4f4e34f619471f71edc68de5768791549e3313295d98f4cd2a991b6ff
pkgname = sqlectron-gui
diff --git a/PKGBUILD b/PKGBUILD
index a1d9df55b322..a685a53bdd3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Edison IbaƱez <edison@opmbx.org>
pkgname=sqlectron-gui
-pkgver=1.37.1
+pkgver=1.38.0
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=('c5c650e8de1d14a8ecc7e9af80f9f0fe32c1b33c40c7aa65dac693c3bfb6e00a')
+sha256sums=('17eb28d4f4e34f619471f71edc68de5768791549e3313295d98f4cd2a991b6ff')
package() {
cd "${srcdir}"
tar -xvf ${pkgname}-${pkgver}.pacman -C ${pkgdir}