summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKemad Zhong2022-02-14 09:20:00 +0800
committerKemad Zhong2022-02-14 09:20:00 +0800
commitfa222ed909963cdf5943a7bfe1e6ac20c1d78821 (patch)
tree65b82bb802b1680e78918fb65497c3baa9332d56
parentf1417ef78d6467dcef3e4f6a774822dea28316d4 (diff)
downloadaur-fa222ed909963cdf5943a7bfe1e6ac20c1d78821.tar.gz
Bump version
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD2
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc454c4ed124..b24ee16baa64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = jsonfmt
pkgdesc = Like gofmt, but for JSON files.
- pkgver = 0.2.2
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/caarlos0/jsonfmt
arch = x86_64
license = LGPL
makedepends = go
depends = git
- source = git+https://github.com/caarlos0/jsonfmt#tag=v0.2.2
+ source = git+https://github.com/caarlos0/jsonfmt#tag=v0.4.0
sha512sums = SKIP
pkgname = jsonfmt
-
diff --git a/.gitignore b/.gitignore
index 0a2223f3641d..d6d6cb985138 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.tar.gz
*.tar.xz
+*.tar.zst
src/
pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 9bc23acfc136..76bdc7b6f22d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Kemad Zhong <kemadz@gmail.com>
pkgname=jsonfmt
-pkgver=0.2.2
+pkgver=0.4.0
pkgrel=1
pkgdesc="Like gofmt, but for JSON files."
url="https://github.com/caarlos0/jsonfmt"