[arch-commits] Commit in cloc/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Tue May 19 11:36:42 UTC 2020


    Date: Tuesday, May 19, 2020 @ 11:36:42
  Author: foutrelis
Revision: 629890

upgpkg: cloc 1.86-1: new upstream release

Modified:
  cloc/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-19 11:25:05 UTC (rev 629889)
+++ PKGBUILD	2020-05-19 11:36:42 UTC (rev 629890)
@@ -2,7 +2,7 @@
 # Contributor: Diogo Ferreira <diogo at underdev.org>
 
 pkgname=cloc
-pkgver=1.84
+pkgver=1.86
 pkgrel=1
 pkgdesc="Count lines of code"
 arch=('any')
@@ -10,8 +10,8 @@
 license=('GPL')
 depends=('perl' 'perl-algorithm-diff' 'perl-regexp-common'
          'perl-parallel-forkmanager')
-source=($pkgname-$pkgver::https://github.com/AlDanial/cloc/archive/$pkgver.tar.gz)
-sha256sums=('b88a3adc669c15a9a32975095090708ba4eee5a73b8498369fae14be5b8a37d4')
+source=(https://github.com/AlDanial/cloc/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('67b7e50a03b02903142e20380c7716bdb53061132d5e0df9de4a638b271267e3')
 
 package() {
   cd $pkgname-$pkgver/Unix



More information about the arch-commits mailing list