summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-11-19 05:13:35 +0200
committerDimitris Kiziridis2020-11-19 05:13:35 +0200
commitf643def9de508730684a2ab6be74b03b0cf52384 (patch)
tree9a3471e78a776af1338e8ad6f7284e1ecbdb84cc
parent08b366a810bc904b52a1b9c501b540ce99a743d0 (diff)
downloadaur-f643def9de508730684a2ab6be74b03b0cf52384.tar.gz
Update to 0.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fa69e755ccb..02e0a4663e68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = godbledger-bin
pkgdesc = Accounting Software with GRPC endpoints and SQL Backends
- pkgver = 0.2.1
+ pkgver = 0.5.0
pkgrel = 1
url = https://www.godbledger.com
arch = x86_64
license = GPL3
depends = glibc
provides = godbledger
- source = godbledger-bin-0.2.1.tar.gz::https://github.com/darcys22/godbledger/releases/download/v0.2.1/godbledger-linux-x64-v0.2.1.tar.gz
- sha256sums = 2482b77aa254bb33e15ae2aeb4fd21cb029e19dd53081e9160184c90e37e4710
+ source = godbledger-bin-0.5.0.tar.gz::https://github.com/darcys22/godbledger/releases/download/v0.5.0/godbledger-linux-x64-v0.5.0.tar.gz
+ sha256sums = bf5730563abaec6fbc17602f0a1169f64c1735c4210c49ff775a20c88097f8bd
pkgname = godbledger-bin
diff --git a/PKGBUILD b/PKGBUILD
index 57d24cab0842..b237ce7b9c68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=godbledger-bin
-pkgver=0.2.1
+pkgver=0.5.0
pkgrel=1
pkgdesc="Accounting Software with GRPC endpoints and SQL Backends"
arch=('x86_64')
@@ -10,11 +10,11 @@ license=('GPL3')
depends=('glibc')
provides=('godbledger')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/darcys22/godbledger/releases/download/v${pkgver}/godbledger-linux-x64-v${pkgver}.tar.gz")
-sha256sums=('2482b77aa254bb33e15ae2aeb4fd21cb029e19dd53081e9160184c90e37e4710')
+sha256sums=('bf5730563abaec6fbc17602f0a1169f64c1735c4210c49ff775a20c88097f8bd')
package() {
cd godbledger-linux-x64-v${pkgver}
install -Dm755 reporter -t "${pkgdir}/usr/bin"
install -Dm755 godbledger -t "${pkgdir}/usr/bin"
install -Dm755 ledger_cli -t "${pkgdir}/usr/bin"
-} \ No newline at end of file
+}