summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiodrag Tokić2023-12-20 22:12:17 +0100
committerMiodrag Tokić2023-12-20 22:12:17 +0100
commit5f2c830e09ad6ba0524659605ea5cffd21cb72b4 (patch)
treeac50b2922daf41673584d20f39ba5f22e3f39df6
parent67ce40b437e094d3fc66d2f864993dfd991a70d3 (diff)
downloadaur-5f2c830e09ad6ba0524659605ea5cffd21cb72b4.tar.gz
Update to version 20.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6608032cf2aa..71e6d6a0feca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sqlglot
pkgdesc = An easily customizable SQL parser and transpiler
- pkgver = 20.0.0
+ pkgver = 20.1.0
pkgrel = 1
url = https://github.com/tobymao/sqlglot
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-sqlglot
makedepends = python-setuptools
depends = python
options = !emptydirs
- source = python-sqlglot-20.0.0.tar.gz::https://github.com/tobymao/sqlglot/archive/v20.0.0.tar.gz
- sha256sums = 1ed8707fe2b25586791d223b316bb42e3be14a83d69f85106ae0f543f629eab1
+ source = python-sqlglot-20.1.0.tar.gz::https://github.com/tobymao/sqlglot/archive/v20.1.0.tar.gz
+ sha256sums = dca8228cf079148b20c82b43f1b2ab70e2032905b64d40e017012b1e55286355
pkgname = python-sqlglot
diff --git a/PKGBUILD b/PKGBUILD
index 8cfbd6da38fe..6c7b6ea30e43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Miodrag Tokić
pkgname=python-sqlglot
-pkgver=20.0.0
+pkgver=20.1.0
pkgrel=1
pkgdesc='An easily customizable SQL parser and transpiler'
arch=('any')
@@ -11,7 +11,7 @@ depends=('python')
makedepends=('python-setuptools')
options=(!emptydirs)
source=("$pkgname-$pkgver.tar.gz::https://github.com/tobymao/sqlglot/archive/v${pkgver}.tar.gz")
-sha256sums=('1ed8707fe2b25586791d223b316bb42e3be14a83d69f85106ae0f543f629eab1')
+sha256sums=('dca8228cf079148b20c82b43f1b2ab70e2032905b64d40e017012b1e55286355')
build() {
cd "$srcdir/sqlglot-${pkgver}"