summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Phinikarides2021-08-16 20:22:21 +0300
committerAlexander Phinikarides2021-08-16 20:22:21 +0300
commit4bad4bbc6474ccee865fa20e301698e7a1208ca5 (patch)
tree67f5597792f54df64b9f385eef00fe9620df568a
parent5f439d7e03c7c6379a2373f5e673fd2ea68d6465 (diff)
downloadaur-4bad4bbc6474ccee865fa20e301698e7a1208ca5.tar.gz
feat: update to v0.54.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62c41becaaf9..0e56a2c939fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = portfolio-performance-bin
pkgdesc = A simple tool to calculate the overall performance of an investment portfolio.
- pkgver = 0.54.2
+ pkgver = 0.54.3
pkgrel = 1
url = https://www.portfolio-performance.info
arch = x86_64
depends = jre11-openjdk
options = !strip
- source = portfolio_0.54.2.tar.gz::https://github.com/buchen/portfolio/releases/download/0.54.2/PortfolioPerformance-0.54.2-linux.gtk.x86_64.tar.gz
+ source = portfolio_0.54.3.tar.gz::https://github.com/buchen/portfolio/releases/download/0.54.3/PortfolioPerformance-0.54.3-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 = 58ad0db476c4a4d2faf2fa8377fdb9028f11d6c84f5ae2bcbdf705bb0ab0cadbfd0e8e3360e08a66dd78775049020a8f0e8e9e5ec1c8550177688d4cde29649d
+ sha512sums = f2522f22a142313352c1dad45feab3e7ea904c337fca439bbc9eeaa5228b8ac23e9d55ff4802c68c3eddebd621fb8bf7691651ee06ead91737fdfe0a33fa5bf6
sha512sums = 177215db98deb3999d04ed097e880fe3cd0dc529051e3bf6aaf5f00f06aed08d1bbca77f298623a50376a71a256d0c41d3c86b17b70241dbe9c06f96a8eb4e63
sha512sums = a3ae95fe94bf738c53d99557b6136b599f80fbfdd2bd52db4ad0a02b261b375979cfa7ee332afe0467ea0e00eb27767b2bf27c69048ae8df0e890a148437ce86
diff --git a/PKGBUILD b/PKGBUILD
index e3d85ce91d70..d00e4619d824 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# PKGBUILD-Credit: https://aur.archlinux.org/account/teprrr
pkgname=portfolio-performance-bin
-pkgver=0.54.2
+pkgver=0.54.3
pkgrel=1
pkgdesc="A simple tool to calculate the overall performance of an investment portfolio."
arch=('x86_64')
@@ -28,6 +28,6 @@ package() {
}
-sha512sums=('58ad0db476c4a4d2faf2fa8377fdb9028f11d6c84f5ae2bcbdf705bb0ab0cadbfd0e8e3360e08a66dd78775049020a8f0e8e9e5ec1c8550177688d4cde29649d'
+sha512sums=('f2522f22a142313352c1dad45feab3e7ea904c337fca439bbc9eeaa5228b8ac23e9d55ff4802c68c3eddebd621fb8bf7691651ee06ead91737fdfe0a33fa5bf6'
'177215db98deb3999d04ed097e880fe3cd0dc529051e3bf6aaf5f00f06aed08d1bbca77f298623a50376a71a256d0c41d3c86b17b70241dbe9c06f96a8eb4e63'
'a3ae95fe94bf738c53d99557b6136b599f80fbfdd2bd52db4ad0a02b261b375979cfa7ee332afe0467ea0e00eb27767b2bf27c69048ae8df0e890a148437ce86')