summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Emnace2020-05-25 19:15:34 +0800
committerIan Emnace2020-05-25 19:15:34 +0800
commite43ebe139ddee89dc317734e659ae0e2f512de06 (patch)
tree0a9a260858ff17f5a26fbe3ced3efddf259767a8
parent9347acdb480e520c0b5fee9a8bc70f85772156e9 (diff)
downloadaur-e43ebe139ddee89dc317734e659ae0e2f512de06.tar.gz
[security] Bump version to 0.1.7868
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31b6aba6f010..6af0be00dfeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = circleci-cli-bin
pkgdesc = CircleCI's new command-line application.
- pkgver = 0.1.7645
+ pkgver = 0.1.7868
pkgrel = 1
url = https://github.com/CircleCI-Public/circleci-cli
arch = x86_64
license = MIT
provides = circleci-cli
conflicts = circleci-cli
- source = circleci-cli-0.1.7645.tar.gz::https://github.com/CircleCI-Public/circleci-cli/releases/download/v0.1.7645/circleci-cli_0.1.7645_linux_amd64.tar.gz
+ source = circleci-cli-0.1.7868.tar.gz::https://github.com/CircleCI-Public/circleci-cli/releases/download/v0.1.7868/circleci-cli_0.1.7868_linux_amd64.tar.gz
source = LICENSE::https://raw.githubusercontent.com/CircleCI-Public/circleci-cli/master/LICENSE
- sha256sums = 7160466bb7e27a714a716ab1ccba20dae9b1fca2ae410388ab3ea3759fef77b7
+ sha256sums = 900693730c81d7161f0979e4bf5d7b53738a1bc266364bcec4ef74772fb401bc
sha256sums = 89f336660e1dea7ea005892dc44696fb15544cbffedfbddcd4f6671a735763a9
pkgname = circleci-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index e6d0a880d166..96257fcf29d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _pkgauthor=CircleCI-Public
_upstream_pkgname=circleci-cli
_upstream_elfname=circleci
pkgname=circleci-cli-bin
-pkgver=0.1.7645
+pkgver=0.1.7868
pkgrel=1
pkgdesc="CircleCI's new command-line application."
arch=('x86_64')
@@ -22,7 +22,7 @@ license=("MIT")
source=("${_upstream_pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgauthor}/${_upstream_pkgname}/releases/download/v${pkgver}/${_upstream_pkgname}_${pkgver}_${_goos}_${_goarch}.tar.gz"
"LICENSE::https://raw.githubusercontent.com/${_pkgauthor}/${_upstream_pkgname}/master/LICENSE")
sha256sums=(
- "7160466bb7e27a714a716ab1ccba20dae9b1fca2ae410388ab3ea3759fef77b7"
+ "900693730c81d7161f0979e4bf5d7b53738a1bc266364bcec4ef74772fb401bc"
"89f336660e1dea7ea005892dc44696fb15544cbffedfbddcd4f6671a735763a9"
)