summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9a553301ab9..a4ad0925c990 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hledger-bin
pkgdesc = Easy-to-use command-line/curses/web plaintext accounting tool
- pkgver = 1.20
+ pkgver = 1.20.2
pkgrel = 1
url = http://hledger.org
arch = x86_64
license = GPL
depends = gmp
depends = ncurses5-compat-libs
- source = hledger-1.20.zip::https://github.com/simonmichael/hledger/releases/download/1.20/hledger-ubuntu.zip
- sha256sums = bf7f888676c9d55b0ce0abfaf6797c12b87df4e03e373d3fe662ad4fa35fd7ea
+ source = hledger-1.20.2.zip::https://github.com/simonmichael/hledger/releases/download/1.20.2/hledger-ubuntu.zip
+ sha256sums = 92ee2e5f6d70d0a0b53930d07d200a57f5663daf2d97f5e0eeb9a16172f5e1e8
pkgname = hledger-bin
pkgdesc = Command-line interface for the hledger accounting system
diff --git a/PKGBUILD b/PKGBUILD
index 6f7ffbe0ac46..f8202bfff322 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: ccat3z <c0ldcat3z@gmail.com>
-pkgver=1.20
+pkgver=1.20.2
pkgname=(hledger-bin hledger-ui-bin hledger-web-bin)
pkgrel=1
pkgdesc="Easy-to-use command-line/curses/web plaintext accounting tool"
@@ -9,7 +9,7 @@ url="http://hledger.org"
license=('GPL')
depends=('gmp' 'ncurses5-compat-libs')
source=(hledger-${pkgver}.zip::https://github.com/simonmichael/hledger/releases/download/${pkgver}/hledger-ubuntu.zip)
-sha256sums=(bf7f888676c9d55b0ce0abfaf6797c12b87df4e03e373d3fe662ad4fa35fd7ea)
+sha256sums=(92ee2e5f6d70d0a0b53930d07d200a57f5663daf2d97f5e0eeb9a16172f5e1e8)
package_hledger-bin() {
pkgdesc="Command-line interface for the hledger accounting system"