summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJameson Pugh2021-04-27 14:32:08 -0400
committerJameson Pugh2021-04-27 14:32:08 -0400
commit3dcffee7dbb596f6c03e973d1d6d24b764fac32d (patch)
tree01ebde9f8412029d78435922bdb24a41c0b948a4 /PKGBUILD
parentf2614d443bce7528d9cb78bc9f8d18afa00b3864 (diff)
downloadaur-3dcffee7dbb596f6c03e973d1d6d24b764fac32d.tar.gz
v6.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6be27e60ef5d..11fc574edde3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Mikaela Szekely <qyriad@gmail.com>
pkgname=cargo-update
-pkgver=5.0.0
+pkgver=6.0.0
pkgrel=1
pkgdesc="A cargo subcommand for checking and applying updates to installed executables"
arch=( 'x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/nabijaczleweli/cargo-update"
license=('MIT')
makedepends=('cargo' 'libssh2' 'openssl')
source=("https://github.com/nabijaczleweli/cargo-update/archive/v${pkgver}.tar.gz")
-sha256sums=('1e98ff7ddc59dec827acc46b2127a84a53126c58d3f7b133e11045e9bcbf004f')
+sha256sums=('92455bd6aeb0826a3cfb1864b98f2d837950b166be5de528d7ac29e07571b716')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"