summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Radovic2019-07-08 11:39:25 +0200
committerAndrej Radovic2019-07-08 11:39:25 +0200
commit9fed335f58220e9d010384060e8d68e09710e7ff (patch)
tree52d3c7773756375773bdde78bfcdb9fd42521849
parent8bb6cb23dec022e322ef6acd0a89f8c0d0b385fa (diff)
downloadaur-9fed335f58220e9d010384060e8d68e09710e7ff.tar.gz
Updated to version 0.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97f12c5a0611..030f002b3741 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = sqlfmt-bin
pkgdesc = Experimental SQL formatter with width-aware output.
- pkgver = 0.2.0
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/mjibson/sqlfmt
arch = x86_64
license = APACHE
- source = https://github.com/mjibson/sqlfmt/releases/download/v0.2.0/sqlfmt_0.2.0_linux_amd64.tar.gz
- source = https://raw.githubusercontent.com/mjibson/sqlfmt/v0.2.0/LICENSE
- sha256sums = 820ab91550736e658c3af734d30ba8342120561f3a8f4ea211d8d6bd463a23c8
+ 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
sha256sums = c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4
pkgname = sqlfmt-bin
diff --git a/PKGBUILD b/PKGBUILD
index eee38bfa9903..ea15f6df9ece 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_basename=sqlfmt
pkgname=sqlfmt-bin
-pkgver=0.2.0
+pkgver=0.3.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=('820ab91550736e658c3af734d30ba8342120561f3a8f4ea211d8d6bd463a23c8'
+sha256sums=('37c4cd09af360b09604dc42e272012428eab4a6544653ef4ca6e0a0b7802ab26'
'c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4')
package() {