diff --git a/bloop/native-bin/.SRCINFO b/bloop/native-bin/.SRCINFO index 90948a2..93f1332 100644 --- a/bloop/native-bin/.SRCINFO +++ b/bloop/native-bin/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = bloop-native-bin pkgdesc = Bloop gives you fast edit/compile/test workflows for Scala. (native pre-compiled binary) - pkgver = 1.5.6 + pkgver = 1.5.13 pkgrel = 1 url = https://scalacenter.github.io/bloop/ arch = x86_64 @@ -8,15 +8,15 @@ pkgbase = bloop-native-bin provides = bloop conflicts = bloop options = !strip - source = bloop::https://github.com/scalacenter/bloop/releases/download/v1.5.6/bloop-x86_64-pc-linux - source = https://github.com/scalacenter/bloop/releases/download/v1.5.6/bash-completions - source = https://github.com/scalacenter/bloop/releases/download/v1.5.6/fish-completions - source = https://github.com/scalacenter/bloop/releases/download/v1.5.6/zsh-completions + source = bloop::https://github.com/scalacenter/bloop/releases/download/v1.5.13/bloop-x86_64-pc-linux + source = https://github.com/scalacenter/bloop/releases/download/v1.5.13/bash-completions + source = https://github.com/scalacenter/bloop/releases/download/v1.5.13/fish-completions + source = https://github.com/scalacenter/bloop/releases/download/v1.5.13/zsh-completions source = bloop.service - sha256sums = b3f374fb9190d4ccc8c5e727ed07894d9f04f93085fac98bda739b191906332b + sha256sums = 3a03a4910daebf5fe6bad95a8df9db29ef5852d5828a56a259e7fa7d9ee6d109 sha256sums = da6b7ecd4109bd0ff98b1c452d9dd9d26eee0d28ff604f6c83fb8d3236a6bdd1 sha256sums = 78511247a88f1d10d5886bfe164dec0af3e0540864d8bd60086e0b9df5cefefe sha256sums = 58d32c3f005f7791237916d1b5cd3a942115236155a0b7eba8bf36391d06eff7 - sha256sums = SKIP + sha256sums = e9713d6a04716f0a71fc6b7f66b00b49055c0b69a3edfd7b203869aacbf80f53 pkgname = bloop-native-bin diff --git a/bloop/native-bin/PKGBUILD b/bloop/native-bin/PKGBUILD index d61bb94..8dc1d21 100644 --- a/bloop/native-bin/PKGBUILD +++ b/bloop/native-bin/PKGBUILD @@ -1,5 +1,5 @@ pkgname=bloop-native-bin -pkgver=1.5.6 +pkgver=1.5.13 pkgrel=1 pkgdesc="Bloop gives you fast edit/compile/test workflows for Scala. (native pre-compiled binary)" arch=("x86_64") @@ -23,13 +23,11 @@ source=( # moved to be inline here "bloop.service" ) -sha256sums=('b3f374fb9190d4ccc8c5e727ed07894d9f04f93085fac98bda739b191906332b' - +sha256sums=('3a03a4910daebf5fe6bad95a8df9db29ef5852d5828a56a259e7fa7d9ee6d109' 'da6b7ecd4109bd0ff98b1c452d9dd9d26eee0d28ff604f6c83fb8d3236a6bdd1' '78511247a88f1d10d5886bfe164dec0af3e0540864d8bd60086e0b9df5cefefe' '58d32c3f005f7791237916d1b5cd3a942115236155a0b7eba8bf36391d06eff7' - - 'SKIP') + 'e9713d6a04716f0a71fc6b7f66b00b49055c0b69a3edfd7b203869aacbf80f53') prepare() {