summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDang Mai2020-02-16 07:22:22 +0000
committerDang Mai2020-02-16 07:22:22 +0000
commit964199d8f0b40d0a6d3148f4aba2842d5ae1e0e5 (patch)
tree03215ddb84a34bd07ce8fab007c6dec0b46d9025
parent3e0a856ee11eaf9b352fc93f432b52d82f936869 (diff)
downloadaur-964199d8f0b40d0a6d3148f4aba2842d5ae1e0e5.tar.gz
Updated to 7.46.1_3d2451fad8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d1370687322..926d7c53d59f 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 = 7.45.1_bc18d49798
+ pkgver = 7.46.1_3d2451fad8
pkgrel = 1
url = https://developer.salesforce.com/tools/sfdxcli
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = sfdx-cli
optdepends = gnome-keyring: saving default credentials
provides = sfdx-cli
options = !strip
- source_x86_64 = https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v7.45.1-bc18d49798-linux-x64.tar.xz
- sha256sums_x86_64 = a7f5b55bacaf5f74cdba4780892dacd371588966674adeb30794752c8d70f40f
+ source_x86_64 = https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v7.46.1-3d2451fad8-linux-x64.tar.xz
+ sha256sums_x86_64 = f8cf0a2beb13794e009059011fb754bf21a7890baed4c2a601767c1a7e6712b4
pkgname = sfdx-cli
diff --git a/PKGBUILD b/PKGBUILD
index 081db7464ea2..12746fca7ef6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dang Mai <contact at dangmai dot net>
pkgname=sfdx-cli
-pkgver="7.45.1_bc18d49798"
+pkgver="7.46.1_3d2451fad8"
pkgrel=1
_dirname="${pkgname}-v${pkgver}"
pkgdesc="a tool for creating and managing Salesforce DX projects from the command line"
@@ -12,7 +12,7 @@ optdepends=('gnome-keyring: saving default credentials')
provides=('sfdx-cli')
options=(!strip)
conflicts=()
-source_x86_64=("https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v7.45.1-bc18d49798-linux-x64.tar.xz")
+source_x86_64=("https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v7.46.1-3d2451fad8-linux-x64.tar.xz")
package() {
_arch="x64"
@@ -20,8 +20,8 @@ package() {
install -dm 755 "${pkgdir}"/opt
install -dm 755 "${pkgdir}"/usr/bin
- sfdx_dir="sfdx-cli-v"7.45.1-bc18d49798"-linux-${_arch}"
+ sfdx_dir="sfdx-cli-v"7.46.1-3d2451fad8"-linux-${_arch}"
cp -a "${sfdx_dir}" "${pkgdir}"/opt/sfdx-cli
ln -s /opt/sfdx-cli/bin/sfdx "${pkgdir}"/usr/bin/sfdx
}
-sha256sums_x86_64=("a7f5b55bacaf5f74cdba4780892dacd371588966674adeb30794752c8d70f40f")
+sha256sums_x86_64=("f8cf0a2beb13794e009059011fb754bf21a7890baed4c2a601767c1a7e6712b4")