summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Phinikarides2022-01-24 21:37:20 +0200
committerAlexander Phinikarides2022-01-24 21:37:20 +0200
commit0d5bb032da3bdfc282eefce8a7673d17a74fd530 (patch)
treede00530758719d87a7e2580bf559dec67acd2de2
parent3e020ec1132234fab6398819862ebad57c6030c6 (diff)
downloadaur-0d5bb032da3bdfc282eefce8a7673d17a74fd530.tar.gz
feat: update to v0.56.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8b3a2cc4c77..4edb7b88bba1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = portfolio-performance-bin
pkgdesc = A simple tool to calculate the overall performance of an investment portfolio.
- pkgver = 0.56.3
+ pkgver = 0.56.4
pkgrel = 1
url = https://www.portfolio-performance.info
arch = x86_64
depends = jre11-openjdk
depends = webkit2gtk
options = !strip
- source = portfolio_0.56.3.tar.gz::https://github.com/buchen/portfolio/releases/download/0.56.3/PortfolioPerformance-0.56.3-linux.gtk.x86_64.tar.gz
+ source = portfolio_0.56.4.tar.gz::https://github.com/buchen/portfolio/releases/download/0.56.4/PortfolioPerformance-0.56.4-linux.gtk.x86_64.tar.gz
source = portfolio-performance-bin.svg::https://www.portfolio-performance.info/images/logo.svg
source = portfolio-performance-bin.desktop
- sha512sums = 44040531b675f3bffa41ff111ddd5e180441f2ec96a6efbbe6559a8a03e984b611f9a5d3e30de8e1419c79503d030054cbb46968184934a0072fee6994388afd
+ sha512sums = b41d5355d827bcdc20b85ae058c7520836829e8430b2386a812710003bba75fae54b3d91a385de7409d7b98cde14faef8f1677954249575f85c74e5bbf4354d7
sha512sums = 177215db98deb3999d04ed097e880fe3cd0dc529051e3bf6aaf5f00f06aed08d1bbca77f298623a50376a71a256d0c41d3c86b17b70241dbe9c06f96a8eb4e63
sha512sums = 848a4d16dca0ad21d848986021a8d86fee7b3f4f81e916359cbd837d962b4ac5c2dd2b765d52dc40200761eaeac758a99be10c503f174f88e6662a6fc46a20ff
diff --git a/PKGBUILD b/PKGBUILD
index 150bd4beef02..a8e1608df8c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# PKGBUILD-Credit: https://aur.archlinux.org/account/teprrr
pkgname=portfolio-performance-bin
-pkgver=0.56.3
+pkgver=0.56.4
pkgrel=1
pkgdesc="A simple tool to calculate the overall performance of an investment portfolio."
arch=('x86_64')
@@ -28,6 +28,6 @@ package() {
}
-sha512sums=('44040531b675f3bffa41ff111ddd5e180441f2ec96a6efbbe6559a8a03e984b611f9a5d3e30de8e1419c79503d030054cbb46968184934a0072fee6994388afd'
+sha512sums=('b41d5355d827bcdc20b85ae058c7520836829e8430b2386a812710003bba75fae54b3d91a385de7409d7b98cde14faef8f1677954249575f85c74e5bbf4354d7'
'177215db98deb3999d04ed097e880fe3cd0dc529051e3bf6aaf5f00f06aed08d1bbca77f298623a50376a71a256d0c41d3c86b17b70241dbe9c06f96a8eb4e63'
'848a4d16dca0ad21d848986021a8d86fee7b3f4f81e916359cbd837d962b4ac5c2dd2b765d52dc40200761eaeac758a99be10c503f174f88e6662a6fc46a20ff')