mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
0.15.5
This commit is contained in:
parent
86ff3e500e
commit
efb54e57ac
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,13 +1,13 @@
|
|||
pkgbase = cljfmt-bin
|
||||
pkgdesc = A formatter for Clojure code
|
||||
pkgver = 0.15.4
|
||||
pkgver = 0.15.5
|
||||
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.4/cljfmt-0.15.4-linux-amd64-static.tar.gz
|
||||
sha256sums = d1b47d79012d8389a8bcb2ba14e570331e6cae6a9b7bc1c093ead3a2e423bedd
|
||||
source = https://github.com/weavejester/cljfmt/releases/download/0.15.5/cljfmt-0.15.5-linux-amd64-static.tar.gz
|
||||
sha256sums = b3dcd6e8ef319517cd2a9e4149d16a9a1b432fd7a49c4fcaecf6617f82181639
|
||||
|
||||
pkgname = cljfmt-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Colin Woodbury <colin@fosskers.ca>
|
||||
|
||||
pkgname=cljfmt-bin
|
||||
pkgver=0.15.4
|
||||
pkgver=0.15.5
|
||||
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=('d1b47d79012d8389a8bcb2ba14e570331e6cae6a9b7bc1c093ead3a2e423bedd')
|
||||
sha256sums=('b3dcd6e8ef319517cd2a9e4149d16a9a1b432fd7a49c4fcaecf6617f82181639')
|
||||
|
||||
package() {
|
||||
install -Dm0755 -t "$pkgdir/usr/bin/" "${pkgname%-bin}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue