Skip to content

Commit

Permalink
update(scalafmt): from 3.7.17 to 3.8.0 (latest)
Browse files Browse the repository at this point in the history
  • Loading branch information
vascorsd committed Mar 2, 2024
1 parent 8affd99 commit b293781
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions scalafmt/native-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
pkgbase = scalafmt-native-bin
pkgdesc = code formatter for the Scala programming language. (native pre-compiled binary)
pkgver = 3.7.17
pkgver = 3.8.0
pkgrel = 1
url = https://scalameta.org/scalafmt/
arch = x86_64
license = Apache
provides = scalafmt
conflicts = scalafmt
options = !strip
source = scalafmt-3.7.17::https://github.com/scalameta/scalafmt/releases/download/v3.7.17/scalafmt-linux-musl
sha256sums = f7e43d8ccfe05d7cde5fa2187302ed63dcd3b26630b09ad62cc90405fc6242a8
source = scalafmt-3.8.0::https://github.com/scalameta/scalafmt/releases/download/v3.8.0/scalafmt-linux-musl
sha256sums = 2521c73787a7420a6a4536e148fd9b175144fb9d48269db3ef7e0952cafc9fe3

pkgname = scalafmt-native-bin
4 changes: 2 additions & 2 deletions scalafmt/native-bin/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=scalafmt-native-bin
pkgver=3.7.17
pkgver=3.8.0
pkgrel=1
pkgdesc="code formatter for the Scala programming language. (native pre-compiled binary)"
arch=("x86_64")
Expand All @@ -8,7 +8,7 @@ license=('Apache')
provides=('scalafmt')
conflicts=('scalafmt')
source=("scalafmt-$pkgver::https://github.com/scalameta/scalafmt/releases/download/v${pkgver}/scalafmt-linux-musl")
sha256sums=('f7e43d8ccfe05d7cde5fa2187302ed63dcd3b26630b09ad62cc90405fc6242a8')
sha256sums=('2521c73787a7420a6a4536e148fd9b175144fb9d48269db3ef7e0952cafc9fe3')
options=(!strip)

package() {
Expand Down

0 comments on commit b293781

Please sign in to comment.