This commit is contained in:
Colin Woodbury 2026-02-22 10:14:12 +09:00
parent 7e5ad1264f
commit e353fce8e1
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.15.6
pkgver = 0.16.0
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.15.6/cljfmt-0.15.6-linux-amd64-static.tar.gz
sha256sums = 168a898d87211cd1c0c60dbb403b93a3846622daacc78066ec6fb99df101b4af
source = https://github.com/weavejester/cljfmt/releases/download/0.16.0/cljfmt-0.16.0-linux-amd64-static.tar.gz
sha256sums = 2e71751011505dda6d2735464f50bf64f11f47a01f353309666fd7a3d8fd15fd
pkgname = cljfmt-bin

View file

@ -1,7 +1,7 @@
# Maintainer: Colin Woodbury <colin@fosskers.ca>
pkgname=cljfmt-bin
pkgver=0.15.6
pkgver=0.16.0
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=('168a898d87211cd1c0c60dbb403b93a3846622daacc78066ec6fb99df101b4af')
sha256sums=('2e71751011505dda6d2735464f50bf64f11f47a01f353309666fd7a3d8fd15fd')
package() {
install -Dm0755 -t "$pkgdir/usr/bin/" "${pkgname%-bin}"