summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Phinikarides2021-07-19 18:10:47 +0300
committerAlexander Phinikarides2021-07-19 18:10:47 +0300
commit5d3bf9f2bd64a1d3387166dab7570d287f5532c4 (patch)
tree5315c7dbbff0452e56b399c0aeb5b3a9b2af3d36
parent96ac165f9f11f5cfe5d3fdcaed5ee3ca37114212 (diff)
downloadaur-5d3bf9f2bd64a1d3387166dab7570d287f5532c4.tar.gz
feat: update to v0.54.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42c003f1f230..cbcc30983bb5 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.53.3
+ pkgver = 0.54.0
pkgrel = 1
url = https://www.portfolio-performance.info
arch = x86_64
depends = jre11-openjdk
options = !strip
- source = portfolio_0.53.3.tar.gz::https://github.com/buchen/portfolio/releases/download/0.53.3/PortfolioPerformance-0.53.3-linux.gtk.x86_64.tar.gz
+ source = portfolio_0.54.0.tar.gz::https://github.com/buchen/portfolio/releases/download/0.54.0/PortfolioPerformance-0.54.0-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 = c46286687fc92d5feae32a51f4e297f38dd83a715bdaec87e42d41b80b62f3cf9bc104282861b138f11b5a32b1dd3644395be1c7fd896750abe9ed8214e77f2c
+ sha512sums = b70f73ac57063e14fe88cac6d8867ac3ec8f9f317959092c685f3a91f1af4af9fd32cbe5857148f1e1c15baadd482182e031e14ad1c8b0818a08dcdb44f8b03c
sha512sums = 177215db98deb3999d04ed097e880fe3cd0dc529051e3bf6aaf5f00f06aed08d1bbca77f298623a50376a71a256d0c41d3c86b17b70241dbe9c06f96a8eb4e63
sha512sums = a3ae95fe94bf738c53d99557b6136b599f80fbfdd2bd52db4ad0a02b261b375979cfa7ee332afe0467ea0e00eb27767b2bf27c69048ae8df0e890a148437ce86
diff --git a/PKGBUILD b/PKGBUILD
index 9f29c3d7100d..fc75bb0ac5bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# PKGBUILD-Credit: https://aur.archlinux.org/account/teprrr
pkgname=portfolio-performance-bin
-pkgver=0.53.3
+pkgver=0.54.0
pkgrel=1
pkgdesc="A simple tool to calculate the overall performance of an investment portfolio."
arch=('x86_64')
@@ -28,6 +28,6 @@ package() {
}
-sha512sums=('c46286687fc92d5feae32a51f4e297f38dd83a715bdaec87e42d41b80b62f3cf9bc104282861b138f11b5a32b1dd3644395be1c7fd896750abe9ed8214e77f2c'
+sha512sums=('b70f73ac57063e14fe88cac6d8867ac3ec8f9f317959092c685f3a91f1af4af9fd32cbe5857148f1e1c15baadd482182e031e14ad1c8b0818a08dcdb44f8b03c'
'177215db98deb3999d04ed097e880fe3cd0dc529051e3bf6aaf5f00f06aed08d1bbca77f298623a50376a71a256d0c41d3c86b17b70241dbe9c06f96a8eb4e63'
'a3ae95fe94bf738c53d99557b6136b599f80fbfdd2bd52db4ad0a02b261b375979cfa7ee332afe0467ea0e00eb27767b2bf27c69048ae8df0e890a148437ce86')