summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDang Mai2018-11-02 23:28:01 -0400
committerDang Mai2018-11-02 23:28:01 -0400
commit8201755949cfac545370c58aa9ffc1b34c73a5c9 (patch)
tree55fc81260c714600186e04772cc36ef4f27c9aa1
parent8729925a59814abc1e7fb93af5c23bf96abe6fad (diff)
downloadaur-8201755949cfac545370c58aa9ffc1b34c73a5c9.tar.gz
Updated to 6.38.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dc57a76ed35..07e666cf4aea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sfdx-cli
pkgdesc = a tool for creating and managing Salesforce DX projects from the command line
- pkgver = 6.37.0_2d5d7e1522
+ pkgver = 6.38.0_0d66175ccf
pkgrel = 1
url = https://developer.salesforce.com/tools/sfdxcli
arch = i686
@@ -9,10 +9,10 @@ pkgbase = sfdx-cli
optdepends = gnome-keyring: saving default credentials
provides = sfdx-cli
options = !strip
- source_i686 = https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.37.0-2d5d7e1522-linux-x86.tar.xz
- sha256sums_i686 = ee4586654f42b1055a1e5ea734d6dbf78f451d5fdb1f4d89fed88a212f053179
- source_x86_64 = https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.37.0-2d5d7e1522-linux-x64.tar.xz
- sha256sums_x86_64 = aa0b80a35e961817c32e39ff4532069c546787990a4bfdfaf3c056583b01c71c
+ source_i686 = https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.38.0-0d66175ccf-linux-x86.tar.xz
+ sha256sums_i686 = ba5584709a55b85bdaf518c8e4c109922f749a046beb372da0320015c342141c
+ source_x86_64 = https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.38.0-0d66175ccf-linux-x64.tar.xz
+ sha256sums_x86_64 = b96e2ed965b556f451eb42396bb1554054b9be7949d72c008f06b18bd2c5535d
pkgname = sfdx-cli
diff --git a/PKGBUILD b/PKGBUILD
index 083fd84b9536..02fc4637be70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dang Mai <contact at dangmai dot net>
pkgname=sfdx-cli
-pkgver="6.37.0_2d5d7e1522"
+pkgver="6.38.0_0d66175ccf"
pkgrel=1
_dirname="${pkgname}-v${pkgver}"
pkgdesc="a tool for creating and managing Salesforce DX projects from the command line"
@@ -12,8 +12,8 @@ optdepends=('gnome-keyring: saving default credentials')
provides=('sfdx-cli')
options=(!strip)
conflicts=()
-source_i686=("https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.37.0-2d5d7e1522-linux-x86.tar.xz")
-source_x86_64=("https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.37.0-2d5d7e1522-linux-x64.tar.xz")
+source_i686=("https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.38.0-0d66175ccf-linux-x86.tar.xz")
+source_x86_64=("https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.38.0-0d66175ccf-linux-x64.tar.xz")
package() {
_arch=""
@@ -30,9 +30,9 @@ package() {
install -dm 755 "${pkgdir}"/opt
install -dm 755 "${pkgdir}"/usr/bin
- sfdx_dir="sfdx-cli-v"6.37.0-2d5d7e1522"-linux-${_arch}"
+ sfdx_dir="sfdx-cli-v"6.38.0-0d66175ccf"-linux-${_arch}"
cp -a "${sfdx_dir}" "${pkgdir}"/opt/sfdx-cli
ln -s /opt/sfdx-cli/bin/sfdx "${pkgdir}"/usr/bin/sfdx
}
-sha256sums_i686=("ee4586654f42b1055a1e5ea734d6dbf78f451d5fdb1f4d89fed88a212f053179")
-sha256sums_x86_64=("aa0b80a35e961817c32e39ff4532069c546787990a4bfdfaf3c056583b01c71c")
+sha256sums_i686=("ba5584709a55b85bdaf518c8e4c109922f749a046beb372da0320015c342141c")
+sha256sums_x86_64=("b96e2ed965b556f451eb42396bb1554054b9be7949d72c008f06b18bd2c5535d")