Date: Monday, May 29, 2017 @ 10:46:47 Author: svenstaro Revision: 230858
upgpkg: tokei 6.0.1-1 Modified: tokei/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-05-29 10:31:01 UTC (rev 230857) +++ PKGBUILD 2017-05-29 10:46:47 UTC (rev 230858) @@ -1,6 +1,6 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> pkgname=tokei -pkgver=6.0.0 +pkgver=6.0.1 pkgrel=1 pkgdesc='A blazingly fast CLOC(Count Lines Of Code) program' arch=('i686' 'x86_64') @@ -9,7 +9,7 @@ depends=('gcc-libs') makedepends=('rust' 'cargo') source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz") -sha512sums=('d78b93dc2bc529693f917f8414f0b025fa91f28df6553427068590ee56166ff6100af54a951b7c4cbe768d04528bdde02af2011a38d74fadf01158c703e79623') +sha512sums=('45d9bb1d24a035d36cfac57d61683999df2cef1bcc6eafbe6f76a0951248f256d4cfa9a80098b819ff0986cddeac56e995d72bada39ccff059422998e0b955af') build() { cd "${srcdir}/${pkgname}-${pkgver}"
