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

Guillaume Alaux guillaume at archlinux.org
Wed Sep 27 18:37:37 UTC 2017


    Date: Wednesday, September 27, 2017 @ 18:37:36
  Author: guillaume
Revision: 260711

Upstream release 1.0.2

Modified:
  sbt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-27 18:22:12 UTC (rev 260710)
+++ PKGBUILD	2017-09-27 18:37:36 UTC (rev 260711)
@@ -5,7 +5,7 @@
 
 pkgname=sbt
 epoch=1
-pkgver=1.0.1
+pkgver=1.0.2
 pkgrel=1
 pkgdesc='The interactive build tool'
 arch=('any')
@@ -15,11 +15,10 @@
 IFS='.' read -a _pkgver <<< "${pkgver}"
 _majorver=${_pkgver[0]}.x
 install=sbt.install
-        #https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tgz{,.asc}
-source=(https://cocl.us/sbt-1.0.1.tgz{,.asc}
+source=(https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tgz{,.asc}
         LICENSE)
 validpgpkeys=('2EE0EA64E40A89B84B2DF73499E82A75642AC823') # sbt build tool
-sha256sums=('5b68996a890b4a91efd9d13b9aca5e2b09f78c254c2907b3d548a9a7a73b0e5a'
+sha256sums=('c3f063d8122d87f0d80b25221d76b0a164e9247d35190f31ec360edcb4352ef0'
             'SKIP'
             '70b7b72694a56a3e922deaf5482273e7c33bab2c00c0c67fc0ccc5d33927ffed')
 backup=(etc/${pkgname}/sbtopts)



More information about the arch-commits mailing list