summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Endfinger2020-05-19 13:10:31 -0400
committerKenneth Endfinger2020-05-19 13:10:31 -0400
commit72f1c583fa007bffb17f667d3f625c5a2cd7f208 (patch)
tree638d9a8852c263c14fe9d00695247292038cafad
parent14869c863df58d200ebb18c09c3a01a5441e5a17 (diff)
downloadaur-72f1c583fa007bffb17f667d3f625c5a2cd7f208.tar.gz
Update to v0.2.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb0beaf2fe10..4a1c61d971bf 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 = 0.2.12
+ pkgver = 0.2.13
pkgrel = 1
url = https://github.com/dtolnay/cargo-tally
arch = i686
@@ -14,8 +14,8 @@ pkgbase = cargo-tally
depends = curl
depends = http-parser
optdepends = gnuplot: display graphs
- source = cargo-tally-0.2.12.tar.gz::https://github.com/dtolnay/cargo-tally/archive/0.2.12.tar.gz
- sha512sums = 90d31dba07537150870ebe39171755b5aa747f025b40058c7efda920ce35be103a32b4b9f8fa9a6d1b686769a1ff67d07790e34c438f9b36d8b1842865ce7c40
+ source = cargo-tally-0.2.13.tar.gz::https://github.com/dtolnay/cargo-tally/archive/0.2.13.tar.gz
+ sha512sums = 77a1aa2bc7e97a66f96ed51fc833e92083875201f27a6b4c3d04fa6626f3333f6bc00523ef691c330f8f62bcff4b4c2a3012a944f5089de35d0718e222225199
pkgname = cargo-tally
diff --git a/PKGBUILD b/PKGBUILD
index b57892e90aaa..66148dd7d561 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kpcyrd <git@rxv.cc>
pkgname=cargo-tally
-pkgver=0.2.12
+pkgver=0.2.13
pkgrel=1
pkgdesc="Graph the number of crates that depend on your crate over time"
url="https://github.com/dtolnay/cargo-tally"
@@ -10,7 +10,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=('90d31dba07537150870ebe39171755b5aa747f025b40058c7efda920ce35be103a32b4b9f8fa9a6d1b686769a1ff67d07790e34c438f9b36d8b1842865ce7c40')
+sha512sums=('77a1aa2bc7e97a66f96ed51fc833e92083875201f27a6b4c3d04fa6626f3333f6bc00523ef691c330f8f62bcff4b4c2a3012a944f5089de35d0718e222225199')
build() {
cd "${pkgname}-${pkgver}"