summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDang Mai2019-04-19 07:22:10 +0000
committerDang Mai2019-04-19 07:22:10 +0000
commitfecebf6558eac475a723d3fad3d9994928aae735 (patch)
tree2d5493e1966e6fe794bc1f1a397ec88a459ee436
parentcb276cb3d11f98e74294dec2c02d165578ff7702 (diff)
downloadaur-fecebf6558eac475a723d3fad3d9994928aae735.tar.gz
Updated to 7.4.0_99233fd3af
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04e4b26fd40b..ad0623f3e6ea 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.3.0_94ecf2d5ee
+ pkgver = 7.4.0_99233fd3af
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.3.0-94ecf2d5ee-linux-x64.tar.xz
- sha256sums_x86_64 = bd23bb45a000545c8b513f13a54b38b99183424b7d9c8f6349c1901c923879af
+ source_x86_64 = https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v7.4.0-99233fd3af-linux-x64.tar.xz
+ sha256sums_x86_64 = dca69085f623ba850f2a57fb59e4257a4869746c211070d64431890aa45a3aa9
pkgname = sfdx-cli
diff --git a/PKGBUILD b/PKGBUILD
index 8db40a05b2fb..09516c08bed9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dang Mai <contact at dangmai dot net>
pkgname=sfdx-cli
-pkgver="7.3.0_94ecf2d5ee"
+pkgver="7.4.0_99233fd3af"
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.3.0-94ecf2d5ee-linux-x64.tar.xz")
+source_x86_64=("https://developer.salesforce.com/media/salesforce-cli/sfdx-cli/channels/stable/sfdx-cli-v7.4.0-99233fd3af-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.3.0-94ecf2d5ee"-linux-${_arch}"
+ sfdx_dir="sfdx-cli-v"7.4.0-99233fd3af"-linux-${_arch}"
cp -a "${sfdx_dir}" "${pkgdir}"/opt/sfdx-cli
ln -s /opt/sfdx-cli/bin/sfdx "${pkgdir}"/usr/bin/sfdx
}
-sha256sums_x86_64=("bd23bb45a000545c8b513f13a54b38b99183424b7d9c8f6349c1901c923879af")
+sha256sums_x86_64=("dca69085f623ba850f2a57fb59e4257a4869746c211070d64431890aa45a3aa9")