summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2021-06-14 10:50:22 -0400
committerJameson Pugh2021-06-14 10:50:22 -0400
commita9d79299a923b0310493e5e9f3e127101b8e2a64 (patch)
tree7f14b2aec9cb08f720d34bd49fc54334570075bf
parent3dcffee7dbb596f6c03e973d1d6d24b764fac32d (diff)
downloadaur-a9d79299a923b0310493e5e9f3e127101b8e2a64.tar.gz
7.0.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e029f553800..4765d726904a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cargo-update
pkgdesc = A cargo subcommand for checking and applying updates to installed executables
- pkgver = 6.0.0
+ pkgver = 7.0.0
pkgrel = 1
url = https://github.com/nabijaczleweli/cargo-update
arch = x86_64
@@ -8,8 +8,7 @@ pkgbase = cargo-update
makedepends = cargo
makedepends = libssh2
makedepends = openssl
- source = https://github.com/nabijaczleweli/cargo-update/archive/v6.0.0.tar.gz
- sha256sums = 92455bd6aeb0826a3cfb1864b98f2d837950b166be5de528d7ac29e07571b716
+ source = https://github.com/nabijaczleweli/cargo-update/archive/v7.0.0.tar.gz
+ sha256sums = c77b9f8ad0d48e35289454aecb3fc9c34af5883826589acd432254493a25dbae
pkgname = cargo-update
-
diff --git a/PKGBUILD b/PKGBUILD
index 11fc574edde3..328e114f9fac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Mikaela Szekely <qyriad@gmail.com>
pkgname=cargo-update
-pkgver=6.0.0
+pkgver=7.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=('92455bd6aeb0826a3cfb1864b98f2d837950b166be5de528d7ac29e07571b716')
+sha256sums=('c77b9f8ad0d48e35289454aecb3fc9c34af5883826589acd432254493a25dbae')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"