summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDang Mai2019-01-18 12:19:45 -0500
committerDang Mai2019-01-18 12:19:45 -0500
commitde3fed833246155a46e0fe47686c0281d7fe1893 (patch)
tree48359d7181aa8feedfa7b45ba17aed1e4a16ef55
parentffd897376350ed567daa35b0a98750004690df4a (diff)
downloadaur-de3fed833246155a46e0fe47686c0281d7fe1893.tar.gz
Updated to 6.49.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1aa6d4fa1f10..b476b0115b1c 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.48.0_bfccc40118
+ pkgver = 6.49.0_8edc6e0f5d
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.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
+ source_i686 = https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.49.0-8edc6e0f5d-linux-x86.tar.xz
+ sha256sums_i686 = 2f37b8d06cb192aeb8d4006bf085bf2bd1c15e4f57bffb9ef5038342bad453f1
+ source_x86_64 = https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.49.0-8edc6e0f5d-linux-x64.tar.xz
+ sha256sums_x86_64 = 57af4589b39485d1b42dfd7587a18234605af7f103130af8343b884f81dcc415
pkgname = sfdx-cli
diff --git a/PKGBUILD b/PKGBUILD
index b88f6bd04e2f..df6da113d0d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dang Mai <contact at dangmai dot net>
pkgname=sfdx-cli
-pkgver="6.48.0_bfccc40118"
+pkgver="6.49.0_8edc6e0f5d"
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.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")
+source_i686=("https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.49.0-8edc6e0f5d-linux-x86.tar.xz")
+source_x86_64=("https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.49.0-8edc6e0f5d-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.48.0-bfccc40118"-linux-${_arch}"
+ sfdx_dir="sfdx-cli-v"6.49.0-8edc6e0f5d"-linux-${_arch}"
cp -a "${sfdx_dir}" "${pkgdir}"/opt/sfdx-cli
ln -s /opt/sfdx-cli/bin/sfdx "${pkgdir}"/usr/bin/sfdx
}
-sha256sums_i686=("379d8b65d638faf7d3c4e0b249d1849948ce824d58d1163b7ebc4a78e7c9629b")
-sha256sums_x86_64=("45b73ef1a99d1072bb39560a03459c58261487c2bf929ff198815757ffbac3ba")
+sha256sums_i686=("2f37b8d06cb192aeb8d4006bf085bf2bd1c15e4f57bffb9ef5038342bad453f1")
+sha256sums_x86_64=("57af4589b39485d1b42dfd7587a18234605af7f103130af8343b884f81dcc415")