summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConstantine2022-06-25 17:45:21 +0300
committerConstantine2022-06-25 17:45:21 +0300
commitc380d74b8057142200e10980241736c36f0ed058 (patch)
tree86184ad4b30a09a92e035f6c99a8ed5310cb4287
parenta5c97ab37d1957c217c2b62c8e217e93498cc63f (diff)
downloadaur-c380d74b8057142200e10980241736c36f0ed058.tar.gz
Updated to 1.0.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a70ce3ff67f1..3801029e6897 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.5
+ pkgver = 1.0.8
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.5.tar.gz::https://github.com/dtolnay/cargo-tally/archive/1.0.5.tar.gz
- sha512sums = be1491d35ba1293b075ca15f16009b058d50a001ca04438e9826824dd7a8263d50ffd4d480c87d38adb8aac5c6e50748af675cd9e059c5355fd25392a409e3bf
+ source = cargo-tally-1.0.8.tar.gz::https://github.com/dtolnay/cargo-tally/archive/1.0.8.tar.gz
+ sha512sums = 7b5be67c5af30d1dd2b44365657e1f25c6aba0cc72d57ee12c6fec41ece7c6c4520bf677b236acfb7bdfb3841789df7bd3eafce34aacc3116fc6baad76b09d42
pkgname = cargo-tally
diff --git a/PKGBUILD b/PKGBUILD
index 88d6ee6679ae..40ddc0f34eb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: kpcyrd <git@rxv.cc>
pkgname=cargo-tally
-pkgver=1.0.5
+pkgver=1.0.8
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=('be1491d35ba1293b075ca15f16009b058d50a001ca04438e9826824dd7a8263d50ffd4d480c87d38adb8aac5c6e50748af675cd9e059c5355fd25392a409e3bf')
+sha512sums=('7b5be67c5af30d1dd2b44365657e1f25c6aba0cc72d57ee12c6fec41ece7c6c4520bf677b236acfb7bdfb3841789df7bd3eafce34aacc3116fc6baad76b09d42')
build() {
cd "${pkgname}-${pkgver}"