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

Update to v0.6.0.

This commit is contained in:
2021-01-20 19:19:24 +01:00
parent 08ddc4c5da
commit febcf4962f
2 changed files with 5 additions and 5 deletions

View File

@@ -1,14 +1,14 @@
pkgbase = cargo-cache
pkgdesc = Display info and prune cargo cache
pkgver = 0.5.1
pkgver = 0.6.0
pkgrel = 1
url = https://github.com/matthiaskrgr/cargo-cache
arch = x86_64
license = MIT
license = Apache
depends = cargo
source = cargo-cache-0.5.1.tar.gz::https://github.com/matthiaskrgr/cargo-cache/archive/0.5.1.tar.gz
sha256sums = f808dc5cfececd1040d8b45dfe5b52d1bb7684f4316b794d923b6c65e912963a
source = cargo-cache-0.6.0.tar.gz::https://github.com/matthiaskrgr/cargo-cache/archive/0.6.0.tar.gz
sha256sums = e07f190708b3b6e0fda86cef9d9ddcfb57e954ee5fc19268fbef6c1323b9bcfe
pkgname = cargo-cache

View File

@@ -2,7 +2,7 @@
# Contributor: Jason Nader <jason d0t nader pr0t0nmail.c0m>
pkgname=cargo-cache
pkgver=0.5.1
pkgver=0.6.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=('f808dc5cfececd1040d8b45dfe5b52d1bb7684f4316b794d923b6c65e912963a')
sha256sums=('e07f190708b3b6e0fda86cef9d9ddcfb57e954ee5fc19268fbef6c1323b9bcfe')
build() {
cd "$pkgname-$pkgver"