summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDang Mai2019-02-28 16:51:54 -0500
committerDang Mai2019-02-28 16:51:54 -0500
commit173b65937033d87e5824b4ffd6ecded1d30bb74d (patch)
tree3220f592f4096779a34132a10379cd9c730e3933
parenta879aec990ce5d61fe485530638af25f4be22026 (diff)
downloadaur-173b65937033d87e5824b4ffd6ecded1d30bb74d.tar.gz
Updated to 6.55.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df96ca6c4071..013e458c13e3 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.54.4_c01dcc69db
+ pkgver = 6.55.1_be0b3dc4c4
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.54.4-c01dcc69db-linux-x86.tar.xz
- sha256sums_i686 = 593c0dc9f278c5d4a983170e1d72d2cfa88ead0f746d24c8b94ec76022040ab6
- source_x86_64 = https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.54.4-c01dcc69db-linux-x64.tar.xz
- sha256sums_x86_64 = 50f3cae2bc643ba7410cbeae931b4421b7bb84f60316cba025852e7fa1079484
+ source_i686 = https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.55.1-be0b3dc4c4-linux-x86.tar.xz
+ sha256sums_i686 = 916585ad723c2bd32c978f84c77c4cafa2c7cf7b6fe55df3c52d367b8806e805
+ source_x86_64 = https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.55.1-be0b3dc4c4-linux-x64.tar.xz
+ sha256sums_x86_64 = eef792c7f0de955a02ab4fbbe6ecd067d0d5ac176748c2550353f769ac6b309a
pkgname = sfdx-cli
diff --git a/PKGBUILD b/PKGBUILD
index 2cab7e4f1795..ec7bf21e3f16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dang Mai <contact at dangmai dot net>
pkgname=sfdx-cli
-pkgver="6.54.4_c01dcc69db"
+pkgver="6.55.1_be0b3dc4c4"
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.54.4-c01dcc69db-linux-x86.tar.xz")
-source_x86_64=("https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.54.4-c01dcc69db-linux-x64.tar.xz")
+source_i686=("https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.55.1-be0b3dc4c4-linux-x86.tar.xz")
+source_x86_64=("https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v6.55.1-be0b3dc4c4-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.54.4-c01dcc69db"-linux-${_arch}"
+ sfdx_dir="sfdx-cli-v"6.55.1-be0b3dc4c4"-linux-${_arch}"
cp -a "${sfdx_dir}" "${pkgdir}"/opt/sfdx-cli
ln -s /opt/sfdx-cli/bin/sfdx "${pkgdir}"/usr/bin/sfdx
}
-sha256sums_i686=("593c0dc9f278c5d4a983170e1d72d2cfa88ead0f746d24c8b94ec76022040ab6")
-sha256sums_x86_64=("50f3cae2bc643ba7410cbeae931b4421b7bb84f60316cba025852e7fa1079484")
+sha256sums_i686=("916585ad723c2bd32c978f84c77c4cafa2c7cf7b6fe55df3c52d367b8806e805")
+sha256sums_x86_64=("eef792c7f0de955a02ab4fbbe6ecd067d0d5ac176748c2550353f769ac6b309a")