Package Details: hcledit 0.2.11-1

Git Clone URL: https://aur.archlinux.org/hcledit.git (read-only, click to copy)
Package Base: hcledit
Description: A command line editor for HCL
Upstream URL: https://github.com/minamijoyo/hcledit
Keywords: consul hashicorp nomad template terraform
Licenses: MIT
Submitter: qubidt
Maintainer: qubidt
Last Packager: qubidt
Votes: 1
Popularity: 0.000005
First Submitted: 2022-10-13 19:28 (UTC)
Last Updated: 2024-04-19 17:55 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

zahorniak commented on 2025-10-13 12:07 (UTC)

Hey @qubidt. I highy appreciate if you can update this package to the latest version. I updated PKGBUILD and tested it in clean chroot.

I already prepared the patch for you to apply:


commit 002e6d43aa8e978ec79dbb959334b6fbbdcb54be
Author: Volodymyr Zahorniak <v.zahorniak@gmail.com>
Date:   Mon Oct 13 14:42:37 2025 +0300

    Update to v0.2.17

diff --git .SRCINFO .SRCINFO
index 7b12ef2..d91358f 100644
--- .SRCINFO
+++ .SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = hcledit
    pkgdesc = A command line editor for HCL
-   pkgver = 0.2.11
+   pkgver = 0.2.17
    pkgrel = 1
    url = https://github.com/minamijoyo/hcledit
    changelog = hcledit.changelog
@@ -12,7 +12,7 @@ pkgbase = hcledit
    makedepends = go
    depends = glibc
    options = !lto
-   source = hcledit-0.2.11.tar.gz::https://github.com/minamijoyo/hcledit/archive/refs/tags/v0.2.11.tar.gz
-   sha512sums = eb8a363060d9b9408f0eaa57e8f5c76fa7a7f445764a95453229c669e58cf44a35997c0e5f94b75da3d7cd7ea0ff66c62a67ed9ae8eba6e7eb203d1458e73b1a
+   source = hcledit-0.2.17.tar.gz::https://github.com/minamijoyo/hcledit/archive/refs/tags/v0.2.17.tar.gz
+   sha512sums = f0f2cc07d0cb6ed1d38917e96e24e6214f2a8d220918718160be95f9b7f0a74d0b556e6d3f0127b98ca26406193df05246276bdbc463b45efe30676ae6a29ff5

 pkgname = hcledit
diff --git PKGBUILD PKGBUILD
index 90d5379..6f14d13 100644
--- PKGBUILD
+++ PKGBUILD
@@ -1,8 +1,9 @@
 # Maintainer: Bao Trinh <qubidt@gmail.com>
 # Contributor: Thiago Almeida <thiago.almeida@topgolf.com>
+# Contributor: Volodymyr Zahorniak <v.zahorniak@gmail.com>
 pkgname=hcledit
 url=https://github.com/minamijoyo/hcledit
-pkgver=0.2.11
+pkgver=0.2.17
 pkgrel=1
 pkgdesc="A command line editor for HCL"
 arch=('i686' 'x86_64' 'arm' 'aarch64')
@@ -12,7 +13,7 @@ makedepends=('go')
 options=('!lto')
 changelog="${pkgname}.changelog"
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/minamijoyo/hcledit/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('eb8a363060d9b9408f0eaa57e8f5c76fa7a7f445764a95453229c669e58cf44a35997c0e5f94b75da3d7cd7ea0ff66c62a67ed9ae8eba6e7eb203d1458e73b1a')
+sha512sums=('f0f2cc07d0cb6ed1d38917e96e24e6214f2a8d220918718160be95f9b7f0a74d0b556e6d3f0127b98ca26406193df05246276bdbc463b45efe30676ae6a29ff5')

 prepare() {
   cd "${pkgname}-${pkgver}"
diff --git hcledit.changelog hcledit.changelog
index dea5853..58d4c81 100644
--- hcledit.changelog
+++ hcledit.changelog
@@ -1,3 +1,49 @@
+## 0.2.17 (2025/02/12)
+
+NEW FEATURES:
+
+* Add attribute mv and replace commands ([#111](https://github.com/minamijoyo/hcledit/pull/111))
+
+## 0.2.16 (2025/02/05)
+
+NEW FEATURES:
+
+* Add block new cmd ([#106](https://github.com/minamijoyo/hcledit/pull/106)) ([#109](https://github.com/minamijoyo/hcledit/pull/109))  ([#110](https://github.com/minamijoyo/hcledit/pull/110))
+
+ENHANCEMENTS:
+
+* Update Go to v1.23.0 ([#107](https://github.com/minamijoyo/hcledit/pull/107))
+* Update hcl to v2.23.0 ([#108](https://github.com/minamijoyo/hcledit/pull/108))
+
+## 0.2.15 (2024/08/30)
+
+BUG FIXES:
+
+* Fix attribute get --with-comments for inline comments ([#104](https://github.com/minamijoyo/hcledit/pull/104))
+
+## 0.2.14 (2024/08/29)
+
+NEW FEATURES:
+
+* add --with-comments to preserve comments when returning an attribute ([#103](https://github.com/minamijoyo/hcledit/pull/103))
+
+## 0.2.13 (2024/08/02)
+
+BUG FIXES:
+
+* Fix syntax error in release workflow ([#101](https://github.com/minamijoyo/hcledit/pull/101))
+
+## 0.2.12 (2024/08/02)
+
+ENHANCEMENTS:
+
+* Update hcl to v2.21.0 ([#95](https://github.com/minamijoyo/hcledit/pull/95))
+* Update alpine to v3.20 ([#96](https://github.com/minamijoyo/hcledit/pull/96))
+* Update golangci lint to v1.59.1 ([#97](https://github.com/minamijoyo/hcledit/pull/97))
+* Update setup-go to v5 ([#98](https://github.com/minamijoyo/hcledit/pull/98))
+* Update goreleaser to v2 ([#99](https://github.com/minamijoyo/hcledit/pull/99))
+* Switch to the official action for creating GitHub App token ([#100](https://github.com/minamijoyo/hcledit/pull/100))
+
 ## 0.2.11 (2024/04/15)

 ENHANCEMENTS: