Created
April 3, 2018 04:34
-
-
Save 2m/139dd4b66fd78552b96327d44d76a22f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: PKGBUILD | |
=================================================================== | |
--- PKGBUILD (revision 313939) | |
+++ PKGBUILD (working copy) | |
@@ -5,7 +5,7 @@ | |
pkgname=sbt | |
epoch=1 | |
-pkgver=1.1.1 | |
+pkgver=1.1.2 | |
pkgrel=1 | |
pkgdesc='The interactive build tool' | |
arch=('any') | |
@@ -18,7 +18,7 @@ | |
source=(https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tgz{,.asc} | |
LICENSE) | |
validpgpkeys=('2EE0EA64E40A89B84B2DF73499E82A75642AC823') # sbt build tool | |
-sha256sums=('8a9072155578f06c861be406e7f9fe989b3770d8da4069dd3cb5ad6c6d25c03b' | |
+sha256sums=('5f77ce41a8a1e1faedb5952a2348b3137b9e001d675f2a79c6316496754cd270' | |
'SKIP' | |
'70b7b72694a56a3e922deaf5482273e7c33bab2c00c0c67fc0ccc5d33927ffed') | |
backup=(etc/${pkgname}/sbtopts) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment