summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConstantine2023-01-03 21:19:21 +0900
committerConstantine2023-01-03 21:19:21 +0900
commit5ecaf84ded582669a0701a9479606cbd3e9e69f9 (patch)
tree4de8dacb9ed101b1801c637e524e0c4ad5f69c58
parentf399ff82cfc8a5e3de275641f0b2580bf1ad6a43 (diff)
downloadaur-cargo-tally.tar.gz
Updated to v1.0.21
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b131611cf2d..150224e08b9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cargo-tally
pkgdesc = Graph the number of crates that depend on your crate over time
- pkgver = 1.0.17
+ pkgver = 1.0.21
pkgrel = 1
url = https://github.com/dtolnay/cargo-tally
arch = i686
@@ -14,7 +14,7 @@ pkgbase = cargo-tally
depends = curl
depends = http-parser
optdepends = gnuplot: display graphs
- source = cargo-tally-1.0.17.tar.gz::https://github.com/dtolnay/cargo-tally/archive/1.0.17.tar.gz
- sha512sums = ebea4bb21ad19271576051432183e5780ab62c75d826013dc4d1a22926509519941ad811b3446341612343ea0132afba104c5be504198cd9df19760b0befb1c4
+ source = cargo-tally-1.0.21.tar.gz::https://github.com/dtolnay/cargo-tally/archive/1.0.21.tar.gz
+ sha512sums = a23151b13d39f1073ee34eb5caddab921f309ccd4f2a52bbc7962c097c826992a2e1331bd6a74d2d30577da1086bafa762785aadf095d5f0ef65eece0dea316c
pkgname = cargo-tally
diff --git a/PKGBUILD b/PKGBUILD
index 037913f77d43..4da19f14b142 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: kpcyrd <git@rxv.cc>
pkgname=cargo-tally
-pkgver=1.0.17
+pkgver=1.0.21
pkgrel=1
pkgdesc="Graph the number of crates that depend on your crate over time"
url="https://github.com/dtolnay/cargo-tally"
@@ -11,7 +11,7 @@ optdepends=('gnuplot: display graphs')
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
license=('MIT' 'APACHE')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dtolnay/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('ebea4bb21ad19271576051432183e5780ab62c75d826013dc4d1a22926509519941ad811b3446341612343ea0132afba104c5be504198cd9df19760b0befb1c4')
+sha512sums=('a23151b13d39f1073ee34eb5caddab921f309ccd4f2a52bbc7962c097c826992a2e1331bd6a74d2d30577da1086bafa762785aadf095d5f0ef65eece0dea316c')
build() {
cd "${pkgname}-${pkgver}"