summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConstantine2022-09-06 17:09:03 +0300
committerConstantine2022-09-06 17:09:03 +0300
commita31db35693fd1b03f5fbcf61aef69c392a22be31 (patch)
tree88e5ebecb1ee159e6381510dfac654285125ecac
parentbf0a11c6516dff81031399761d32889a3de2d3fe (diff)
downloadaur-a31db35693fd1b03f5fbcf61aef69c392a22be31.tar.gz
Updated to 1.0.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6be8e8f6ad36..e7eff14fc69b 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.9
+ pkgver = 1.0.12
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.9.tar.gz::https://github.com/dtolnay/cargo-tally/archive/1.0.9.tar.gz
- sha512sums = 1bc48af413cd59bd13f3ee5b13a0babf37cb50930d22fefca4ab5806c7cce33fca6c3fbefd40322d8db5beee5f75f13afc6d6ca1e71943d23a462fed25073345
+ source = cargo-tally-1.0.12.tar.gz::https://github.com/dtolnay/cargo-tally/archive/1.0.12.tar.gz
+ sha512sums = 5aff0ea005b71194f69f096024d83bd5bc19b3d904b797bc276d037ef653092f7b02bdd9b0b423b1e39f8e2904864a0504c558c2afd40c10348c6db1cd719972
pkgname = cargo-tally
diff --git a/PKGBUILD b/PKGBUILD
index 211b1712a714..48361998550e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: kpcyrd <git@rxv.cc>
pkgname=cargo-tally
-pkgver=1.0.9
+pkgver=1.0.12
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=('1bc48af413cd59bd13f3ee5b13a0babf37cb50930d22fefca4ab5806c7cce33fca6c3fbefd40322d8db5beee5f75f13afc6d6ca1e71943d23a462fed25073345')
+sha512sums=('5aff0ea005b71194f69f096024d83bd5bc19b3d904b797bc276d037ef653092f7b02bdd9b0b423b1e39f8e2904864a0504c558c2afd40c10348c6db1cd719972')
build() {
cd "${pkgname}-${pkgver}"