summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5d7b6dfb117..2bd19f2a64bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ledger-go
_pkgname=${pkgname%-go}
-pkgver=1.8.0
+pkgver=1.8.1
pkgrel=1
pkgdesc="A double-entry accounting system with a command-line reporting interface"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
@@ -13,7 +13,7 @@ makedepends=(go)
provides=(${_pkgname})
conflicts=(${_pkgname})
source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('6ad530a64b9baf09bf87d55bb1e1be8b9c4bc310fa3955681744e4054e988d76')
+sha256sums=('57746b8e8a7bae9e18fac67df186978ac8474ceb6f1f8b4a5657f50ab8c9a592')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"