summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJameson Pugh2022-02-04 15:13:15 -0500
committerJameson Pugh2022-02-04 15:13:15 -0500
commitfa2a08a52519a8f709da72712162d9ea59112e1f (patch)
tree8e98165be76ce515e028894d4d12e2aa72898091 /PKGBUILD
parent6b97293ecdcdefb71b35559943186ff6ca3cb087 (diff)
downloadaur-fa2a08a52519a8f709da72712162d9ea59112e1f.tar.gz
8.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d13cbde708c5..c5a7c00d72d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Mikaela Szekely <qyriad@gmail.com>
pkgname=cargo-update
-pkgver=8.0.0
+pkgver=8.1.2
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=('feadb2a5b67c58ca3b29deb280c51ae25bc80f4a4619d62a9a4c5772ddf79e43')
+sha256sums=('db9d7460c85661ee94bef03049630830701a71666404e15fcf13dd73a86524e0')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"