1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 12:40:30 +01:00

upgpkg: cargo-cache 0.8.0-1

upstream release
This commit is contained in:
2021-12-27 14:06:01 +01:00
parent a7870e066a
commit 086d9747b0
2 changed files with 5 additions and 5 deletions

View File

@@ -1,13 +1,13 @@
pkgbase = cargo-cache
pkgdesc = Display info and prune cargo cache
pkgver = 0.7.0
pkgver = 0.8.0
pkgrel = 1
url = https://github.com/matthiaskrgr/cargo-cache
arch = x86_64
license = MIT
license = Apache
depends = cargo
source = cargo-cache-0.7.0.tar.gz::https://github.com/matthiaskrgr/cargo-cache/archive/0.7.0.tar.gz
sha256sums = 57e7d8d13f604f9a585ffdaad4f1e23bc9398e36039a6183e5f616992280134e
source = cargo-cache-0.8.0.tar.gz::https://github.com/matthiaskrgr/cargo-cache/archive/0.8.0.tar.gz
sha256sums = 14413740f8f57f5a040cbe9f54340ceb68942d13ae5e68e568b8d9a8a0744754
pkgname = cargo-cache

View File

@@ -2,7 +2,7 @@
# Contributor: Jason Nader <jason d0t nader pr0t0nmail.c0m>
pkgname=cargo-cache
pkgver=0.7.0
pkgver=0.8.0
pkgrel=1
pkgdesc="Display info and prune cargo cache"
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/matthiaskrgr/cargo-cache"
source=("$pkgname-$pkgver.tar.gz::https://github.com/matthiaskrgr/cargo-cache/archive/$pkgver.tar.gz")
license=('MIT' 'Apache')
depends=('cargo')
sha256sums=('57e7d8d13f604f9a585ffdaad4f1e23bc9398e36039a6183e5f616992280134e')
sha256sums=('14413740f8f57f5a040cbe9f54340ceb68942d13ae5e68e568b8d9a8a0744754')
build() {
cd "$pkgname-$pkgver"