mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
0.13.3
This commit is contained in:
parent
c290bafb68
commit
5788fc06f0
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.13.1
|
||||
pkgver = 0.13.3
|
||||
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.13.1/cljfmt-0.13.1-linux-amd64-static.tar.gz
|
||||
sha256sums = 323cc7723a57e0a3149ce1923ab27bf45189e10da5833ca8ed45ab428358d124
|
||||
source = https://github.com/weavejester/cljfmt/releases/download/0.13.3/cljfmt-0.13.3-linux-amd64-static.tar.gz
|
||||
sha256sums = 9072d6aad374603deb4945550c9152ec7c5c8f3821d0d77cb830954ec57813f8
|
||||
|
||||
pkgname = cljfmt-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Colin Woodbury <colin@fosskers.ca>
|
||||
|
||||
pkgname=cljfmt-bin
|
||||
pkgver=0.13.1
|
||||
pkgver=0.13.3
|
||||
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=('323cc7723a57e0a3149ce1923ab27bf45189e10da5833ca8ed45ab428358d124')
|
||||
sha256sums=('9072d6aad374603deb4945550c9152ec7c5c8f3821d0d77cb830954ec57813f8')
|
||||
|
||||
package() {
|
||||
install -Dm0755 -t "$pkgdir/usr/bin/" "${pkgname%-bin}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue