summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48361998550e..56a618776fda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: kpcyrd <git@rxv.cc>
pkgname=cargo-tally
-pkgver=1.0.12
+pkgver=1.0.14
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=('5aff0ea005b71194f69f096024d83bd5bc19b3d904b797bc276d037ef653092f7b02bdd9b0b423b1e39f8e2904864a0504c558c2afd40c10348c6db1cd719972')
+sha512sums=('d7f88ff2016252ac11f2426a9ed9f05d22ecba305f98e000ff7a7e9eb4055676180400fa8456549a3a201ebf7b7ccfbcd09175084f6b8ea6fc3c3a7a8f2a3890')
build() {
cd "${pkgname}-${pkgver}"