summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarry2024-05-11 00:55:27 -0400
committerBarry2024-05-11 00:55:27 -0400
commitc16d7fd55c0710ae857996559d848ec940ad33b8 (patch)
treec41b389def2ced2496e4cb17504294e73b41e554
parent1250cf67d879aee8ebb652931192090bf0605168 (diff)
downloadaur-c16d7fd55c0710ae857996559d848ec940ad33b8.tar.gz
update to 1.33.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c42fca6e7c1..7ea1f83e1ae9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hledger-bin
pkgdesc = Easy-to-use command-line/curses/web plaintext accounting tool
- pkgver = 1.32.3
+ pkgver = 1.33.1
pkgrel = 1
url = http://hledger.org
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = hledger-bin
makedepends = coreutils
depends = gmp
depends = ncurses5-compat-libs
- source = hledger-1.32.3.zip::https://github.com/simonmichael/hledger/releases/download/1.32.3/hledger-linux-x64.zip
- sha256sums = 13f851833344fc0f0458aa42d1bab35911c7c0c1fa071dab1ba078a466080b5c
+ source = hledger-1.33.1.zip::https://github.com/simonmichael/hledger/releases/download/1.33.1/hledger-linux-x64.zip
+ sha256sums = 12af08dd38ad99a9f92b216965a2b619dca798feac4e52406de84a20549b55cc
pkgname = hledger-bin
pkgdesc = Command-line interface for the hledger accounting system
diff --git a/PKGBUILD b/PKGBUILD
index bf83b7ef730e..2117169b2ff4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
-# Maintainer: ccat3z <c0ldcat3z@gmail.com>
+# Maintainer: dude <brrtsm@gmail.com>
-pkgver=1.32.3
+pkgver=1.33.1
pkgname=(hledger-bin hledger-ui-bin hledger-web-bin)
pkgrel=1
pkgdesc="Easy-to-use command-line/curses/web plaintext accounting tool"
@@ -13,7 +13,7 @@ source=(
hledger-${pkgver}.zip::https://github.com/simonmichael/hledger/releases/download/${pkgver}/hledger-linux-x64.zip
)
sha256sums=(
- 13f851833344fc0f0458aa42d1bab35911c7c0c1fa071dab1ba078a466080b5c
+ 12af08dd38ad99a9f92b216965a2b619dca798feac4e52406de84a20549b55cc
)
prepare() {