This commit is contained in:
Colin Woodbury 2025-10-22 08:29:47 +09:00
parent a8d97b2e81
commit 250e38ca41
No known key found for this signature in database
GPG key ID: 96580B64440F3A2B
2 changed files with 5 additions and 5 deletions

View file

@ -1,13 +1,13 @@
pkgbase = cljfmt-bin
pkgdesc = A formatter for Clojure code
pkgver = 0.14.0
pkgver = 0.15.1
pkgrel = 1
url = https://github.com/weavejester/cljfmt
arch = x86_64
license = EPL-1.0
provides = cljfmt
conflicts = cljfmt
source = https://github.com/weavejester/cljfmt/releases/download/0.14.0/cljfmt-0.14.0-linux-amd64-static.tar.gz
sha256sums = bc6ba1234417765866b8d3e7a795dfe10535656fdb9cea766cb53641dbac6233
source = https://github.com/weavejester/cljfmt/releases/download/0.15.1/cljfmt-0.15.1-linux-amd64-static.tar.gz
sha256sums = 893cf11e77bf03738bf5128aee93c2e000b046c597ae4317fff9457cb20fa675
pkgname = cljfmt-bin

View file

@ -1,7 +1,7 @@
# Maintainer: Colin Woodbury <colin@fosskers.ca>
pkgname=cljfmt-bin
pkgver=0.14.0
pkgver=0.15.1
pkgrel=1
pkgdesc="A formatter for Clojure code"
arch=('x86_64')
@ -10,7 +10,7 @@ license=("EPL-1.0")
provides=("cljfmt")
conflicts=("cljfmt")
source=("https://github.com/weavejester/cljfmt/releases/download/${pkgver}/cljfmt-${pkgver}-linux-amd64-static.tar.gz")
sha256sums=('bc6ba1234417765866b8d3e7a795dfe10535656fdb9cea766cb53641dbac6233')
sha256sums=('893cf11e77bf03738bf5128aee93c2e000b046c597ae4317fff9457cb20fa675')
package() {
install -Dm0755 -t "$pkgdir/usr/bin/" "${pkgname%-bin}"