summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Radovic2019-07-11 10:18:53 +0200
committerAndrej Radovic2019-07-11 10:18:53 +0200
commitfcc665cc20fde81e139fbfdf53950b58005940fb (patch)
treef56107d429a8d708d87c2586f54fa315b1191aed
parent9fed335f58220e9d010384060e8d68e09710e7ff (diff)
downloadaur-fcc665cc20fde81e139fbfdf53950b58005940fb.tar.gz
Updated to 0.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 030f002b3741..815f5871f9f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = sqlfmt-bin
pkgdesc = Experimental SQL formatter with width-aware output.
- pkgver = 0.3.0
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/mjibson/sqlfmt
arch = x86_64
license = APACHE
- source = https://github.com/mjibson/sqlfmt/releases/download/v0.3.0/sqlfmt_0.3.0_linux_amd64.tar.gz
- source = https://raw.githubusercontent.com/mjibson/sqlfmt/v0.3.0/LICENSE
- sha256sums = 37c4cd09af360b09604dc42e272012428eab4a6544653ef4ca6e0a0b7802ab26
+ source = https://github.com/mjibson/sqlfmt/releases/download/v0.4.0/sqlfmt_0.4.0_linux_amd64.tar.gz
+ source = https://raw.githubusercontent.com/mjibson/sqlfmt/v0.4.0/LICENSE
+ sha256sums = df4d726e289c846761c9e1b54b1340e094e4e490b41002a60cf32e12db97693a
sha256sums = c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4
pkgname = sqlfmt-bin
diff --git a/PKGBUILD b/PKGBUILD
index ea15f6df9ece..fba354fc14cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_basename=sqlfmt
pkgname=sqlfmt-bin
-pkgver=0.3.0
+pkgver=0.4.0
pkgrel=1
pkgdesc='Experimental SQL formatter with width-aware output.'
arch=('x86_64')
@@ -13,7 +13,7 @@ source=(
"https://raw.githubusercontent.com/mjibson/sqlfmt/v${pkgver}/LICENSE"
)
-sha256sums=('37c4cd09af360b09604dc42e272012428eab4a6544653ef4ca6e0a0b7802ab26'
+sha256sums=('df4d726e289c846761c9e1b54b1340e094e4e490b41002a60cf32e12db97693a'
'c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4')
package() {