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

Guillaume Alaux guillaume at archlinux.org
Tue Sep 5 20:07:24 UTC 2017


    Date: Tuesday, September 5, 2017 @ 20:07:23
  Author: guillaume
Revision: 255902

Upstream release 1.0.1

Modified:
  sbt/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-05 19:57:16 UTC (rev 255901)
+++ PKGBUILD	2017-09-05 20:07:23 UTC (rev 255902)
@@ -5,8 +5,8 @@
 
 pkgname=sbt
 epoch=1
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
 pkgdesc='The interactive build tool'
 arch=('any')
 url='http://www.scala-sbt.org/'
@@ -15,10 +15,11 @@
 IFS='.' read -a _pkgver <<< "${pkgver}"
 _majorver=${_pkgver[0]}.x
 install=sbt.install
-source=(https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tgz{,.asc}
+        #https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tgz{,.asc}
+source=(https://cocl.us/sbt-1.0.1.tgz{,.asc}
         LICENSE)
 validpgpkeys=('2EE0EA64E40A89B84B2DF73499E82A75642AC823') # sbt build tool
-sha256sums=('9ae04f4972145f2ac56c4deb868c9a5bb8b8b85c5151885dff3b997712645c5a'
+sha256sums=('5b68996a890b4a91efd9d13b9aca5e2b09f78c254c2907b3d548a9a7a73b0e5a'
             'SKIP'
             '70b7b72694a56a3e922deaf5482273e7c33bab2c00c0c67fc0ccc5d33927ffed')
 backup=(etc/${pkgname}/sbtopts)



More information about the arch-commits mailing list