summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD8
3 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcd298571ca7..edd5807b40bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = snowflake-client
pkgdesc = Snowflake Database command line client (snowsql)
- pkgver = 1.2.10
+ pkgver = 1.2.14
pkgrel = 1
epoch = 1
url = http://www.snowflake.net/
arch = x86_64
license = custom: commercial
depends = gcc-libs
- source = snowflake-client-1.2.10.bash::https://sfc-repo.snowflakecomputing.com/snowsql/bootstrap/1.2/linux_x86_64/snowsql-1.2.10-linux_x86_64.bash
- source = snowflake-client-1.2.10.bash.sig::https://sfc-repo.snowflakecomputing.com/snowsql/bootstrap/1.2/linux_x86_64/snowsql-1.2.10-linux_x86_64.bash.sig
- sha256sums = 0b7e620efab22df2a22bc80bae81544628a2eb4117a76ec109cfead6e8334c3c
- sha256sums = f5ecd6ffe307f559c8041c54f57ce4c93e408d6828e573a2411d39d7f7257725
+ source = snowflake-client-1.2.14.bash::https://sfc-repo.snowflakecomputing.com/snowsql/bootstrap/1.2/linux_x86_64/snowsql-1.2.14-linux_x86_64.bash
+ source = snowflake-client-1.2.14.bash.sig::https://sfc-repo.snowflakecomputing.com/snowsql/bootstrap/1.2/linux_x86_64/snowsql-1.2.14-linux_x86_64.bash.sig
+ sha256sums = 1afb83a22b9ccb2f8e84c2abe861da503336cb3b882fcc2e8399f86ac76bc2a9
+ sha256sums = SKIP
pkgname = snowflake-client
-
diff --git a/.gitignore b/.gitignore
index 0b35524ba62c..1626fa044819 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
snowflake-client*.bash
snowflake-client*.bash.sig
snowflake-client*.pkg.tar.zst
+snowflake-client*.sh
pkg
src
diff --git a/PKGBUILD b/PKGBUILD
index 541365a019d7..d4b86b53ee2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# ```
pkgname=snowflake-client
-pkgver=1.2.10
+pkgver=1.2.14
pkgrel=1
epoch=1
pkgdesc="Snowflake Database command line client (snowsql)"
@@ -20,10 +20,8 @@ source=(
"${pkgname}-${pkgver}.bash::https://sfc-repo.snowflakecomputing.com/snowsql/bootstrap/$(echo ${pkgver} | awk -F. '{print $1 "." $2}')/linux_x86_64/snowsql-${pkgver}-linux_x86_64.bash"
"${pkgname}-${pkgver}.bash.sig::https://sfc-repo.snowflakecomputing.com/snowsql/bootstrap/$(echo ${pkgver} | awk -F. '{print $1 "." $2}')/linux_x86_64/snowsql-${pkgver}-linux_x86_64.bash.sig"
)
-sha256sums=(
- '0b7e620efab22df2a22bc80bae81544628a2eb4117a76ec109cfead6e8334c3c'
- 'f5ecd6ffe307f559c8041c54f57ce4c93e408d6828e573a2411d39d7f7257725'
-)
+sha256sums=('1afb83a22b9ccb2f8e84c2abe861da503336cb3b882fcc2e8399f86ac76bc2a9'
+ 'SKIP')
package() {
# Stop Snowflake installer from modifying shell profile