[arch-commits] Commit in sbt/trunk (PKGBUILD)
Guillaume Alaux
guillaume at archlinux.org
Wed Feb 24 12:24:52 UTC 2016
Date: Wednesday, February 24, 2016 @ 13:24:52
Author: guillaume
Revision: 163299
Upstream release 0.13.11
Modified:
sbt/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-02-24 12:19:20 UTC (rev 163298)
+++ PKGBUILD 2016-02-24 12:24:52 UTC (rev 163299)
@@ -5,7 +5,7 @@
pkgname=sbt
epoch=1
-pkgver=0.13.9
+pkgver=0.13.11
pkgrel=1
pkgdesc="A minimally intrusive build tool for Scala projects"
arch=('any')
@@ -15,7 +15,7 @@
IFS='.' read -a _pkgver <<< "${pkgver}"
source=(https://dl.bintray.com/${pkgname}/native-packages/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tgz
https://raw.githubusercontent.com/${pkgname}/${pkgname}/${_pkgver[0]}.${_pkgver[1]}/LICENSE)
-sha256sums=('148f2801f2993773de6f8859fe0e6520fcabe649d66bb316e13aff8b2fd7f504'
+sha256sums=('a36a6fbf6dd70afd93fb8db16c40e8ac00798fdddfa0b4c678786dc15617afa6'
'70b7b72694a56a3e922deaf5482273e7c33bab2c00c0c67fc0ccc5d33927ffed')
package() {
More information about the arch-commits
mailing list