summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDang Mai2019-01-13 16:42:38 -0500
committerDang Mai2019-01-13 16:42:38 -0500
commitffd897376350ed567daa35b0a98750004690df4a (patch)
treedeab2f1cf060af10c4fad550e3f1ea4a39c7a272
parent935f045b24271bd94211d7ecec132bafcf61109d (diff)
downloadaur-ffd897376350ed567daa35b0a98750004690df4a.tar.gz
Updated to 6.44.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3af715e826b7..1aa6d4fa1f10 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.44.0_dead729fb5
+ pkgver = 6.48.0_bfccc40118
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.44.0-dead729fb5-linux-x86.tar.xz
- sha256sums_i686 = 46ccaec17a1c9f5bb68d8f82c27b51a4e1fafac9cb6ad0e53eeb83704bad0228
- source_x86_64 = https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.44.0-dead729fb5-linux-x64.tar.xz
- sha256sums_x86_64 = 6b8cc6b502ca1e920f487e79cef761e65c9b68bc2fbd866e0370642e30f6733c
+ source_i686 = https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.48.0-bfccc40118-linux-x86.tar.xz
+ sha256sums_i686 = 379d8b65d638faf7d3c4e0b249d1849948ce824d58d1163b7ebc4a78e7c9629b
+ source_x86_64 = https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.48.0-bfccc40118-linux-x64.tar.xz
+ sha256sums_x86_64 = 45b73ef1a99d1072bb39560a03459c58261487c2bf929ff198815757ffbac3ba
pkgname = sfdx-cli
diff --git a/PKGBUILD b/PKGBUILD
index 24575dd20c25..b88f6bd04e2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dang Mai <contact at dangmai dot net>
pkgname=sfdx-cli
-pkgver="6.44.0_dead729fb5"
+pkgver="6.48.0_bfccc40118"
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.44.0-dead729fb5-linux-x86.tar.xz")
-source_x86_64=("https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.44.0-dead729fb5-linux-x64.tar.xz")
+source_i686=("https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.48.0-bfccc40118-linux-x86.tar.xz")
+source_x86_64=("https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.48.0-bfccc40118-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.44.0-dead729fb5"-linux-${_arch}"
+ sfdx_dir="sfdx-cli-v"6.48.0-bfccc40118"-linux-${_arch}"
cp -a "${sfdx_dir}" "${pkgdir}"/opt/sfdx-cli
ln -s /opt/sfdx-cli/bin/sfdx "${pkgdir}"/usr/bin/sfdx
}
-sha256sums_i686=("46ccaec17a1c9f5bb68d8f82c27b51a4e1fafac9cb6ad0e53eeb83704bad0228")
-sha256sums_x86_64=("6b8cc6b502ca1e920f487e79cef761e65c9b68bc2fbd866e0370642e30f6733c")
+sha256sums_i686=("379d8b65d638faf7d3c4e0b249d1849948ce824d58d1163b7ebc4a78e7c9629b")
+sha256sums_x86_64=("45b73ef1a99d1072bb39560a03459c58261487c2bf929ff198815757ffbac3ba")