summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConstantine2022-08-14 11:32:46 +0300
committerConstantine2022-08-14 11:32:46 +0300
commitbf0a11c6516dff81031399761d32889a3de2d3fe (patch)
tree7d8c996bef99aaaed31a146403da90411650b755
parentc380d74b8057142200e10980241736c36f0ed058 (diff)
downloadaur-bf0a11c6516dff81031399761d32889a3de2d3fe.tar.gz
Updated to 1.0.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3801029e6897..6be8e8f6ad36 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.8
+ pkgver = 1.0.9
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.8.tar.gz::https://github.com/dtolnay/cargo-tally/archive/1.0.8.tar.gz
- sha512sums = 7b5be67c5af30d1dd2b44365657e1f25c6aba0cc72d57ee12c6fec41ece7c6c4520bf677b236acfb7bdfb3841789df7bd3eafce34aacc3116fc6baad76b09d42
+ source = cargo-tally-1.0.9.tar.gz::https://github.com/dtolnay/cargo-tally/archive/1.0.9.tar.gz
+ sha512sums = 1bc48af413cd59bd13f3ee5b13a0babf37cb50930d22fefca4ab5806c7cce33fca6c3fbefd40322d8db5beee5f75f13afc6d6ca1e71943d23a462fed25073345
pkgname = cargo-tally
diff --git a/PKGBUILD b/PKGBUILD
index 40ddc0f34eb5..211b1712a714 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: kpcyrd <git@rxv.cc>
pkgname=cargo-tally
-pkgver=1.0.8
+pkgver=1.0.9
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=('7b5be67c5af30d1dd2b44365657e1f25c6aba0cc72d57ee12c6fec41ece7c6c4520bf677b236acfb7bdfb3841789df7bd3eafce34aacc3116fc6baad76b09d42')
+sha512sums=('1bc48af413cd59bd13f3ee5b13a0babf37cb50930d22fefca4ab5806c7cce33fca6c3fbefd40322d8db5beee5f75f13afc6d6ca1e71943d23a462fed25073345')
build() {
cd "${pkgname}-${pkgver}"