summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Howey2022-04-10 09:06:48 -0500
committerChris Howey2022-04-10 09:06:48 -0500
commit5839b15f9410c214f597b277277a48a2476ed999 (patch)
treebe14a9f4e894250e2197deea90174d60d1e622b7 /PKGBUILD
parent0b5cd384aeb9ca44e8333baad7ca91139e7c14b3 (diff)
downloadaur-5839b15f9410c214f597b277277a48a2476ed999.tar.gz
update to v1.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c218893f2ed1..a5d7b6dfb117 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ledger-go
_pkgname=${pkgname%-go}
-pkgver=1.7.2
+pkgver=1.8.0
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=('845f3fac4b95464fff4a62f72468855c7d8f127fff18f338073d98e7c2778b09')
+sha256sums=('6ad530a64b9baf09bf87d55bb1e1be8b9c4bc310fa3955681744e4054e988d76')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"