Created
April 12, 2018 12:11
-
-
Save 2m/7d6048301252193f149cbf6e071bf38c 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.4 | |
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=('2fbd592b1cfd7bc3612154a32925d5843b602490e8c8977a53fa86b35e308341' | |
'SKIP' | |
'70b7b72694a56a3e922deaf5482273e7c33bab2c00c0c67fc0ccc5d33927ffed') | |
backup=(etc/${pkgname}/sbtopts) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment