summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Phinikarides2021-06-17 20:39:23 +0300
committerAlexander Phinikarides2021-06-17 20:39:23 +0300
commit0ae3be7b6a66891e4cd921bcce9306f4faf641a5 (patch)
tree3e6d0790ac3e05dbda18fe86152401b9b88be6fb
parent63e20b8f1998f9b9002a30db0a7a9aee6894e7c7 (diff)
downloadaur-0ae3be7b6a66891e4cd921bcce9306f4faf641a5.tar.gz
feat: update to v0.53.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58932d725fcd..0072fdf9747e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = portfolio-performance-bin
pkgdesc = A simple tool to calculate the overall performance of an investment portfolio.
- pkgver = 0.52.0
+ pkgver = 0.53.1
pkgrel = 1
url = https://www.portfolio-performance.info
arch = x86_64
depends = jre11-openjdk
options = !strip
- source = portfolio_0.52.0.tar.gz::https://github.com/buchen/portfolio/releases/download/0.52.0/PortfolioPerformance-0.52.0-linux.gtk.x86_64.tar.gz
+ source = portfolio_0.53.1.tar.gz::https://github.com/buchen/portfolio/releases/download/0.53.1/PortfolioPerformance-0.53.1-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 = 6ba347e282bc3dafb38c9a6020848ae0f70f76af963b424fcd15b3dc82abbc33b245b0591f63e294b0ec8c2343612173f7a449d9a5d6a07a6ce39579809efe58
+ sha512sums = 9c067ff58be6ef3080587c552f7f2a1e0644886efac1af63a80578b1612e96171e798aaceef9e5c4529504448cb84f97b26d925dfd1742012119ab5581d1321c
sha512sums = 177215db98deb3999d04ed097e880fe3cd0dc529051e3bf6aaf5f00f06aed08d1bbca77f298623a50376a71a256d0c41d3c86b17b70241dbe9c06f96a8eb4e63
sha512sums = a3ae95fe94bf738c53d99557b6136b599f80fbfdd2bd52db4ad0a02b261b375979cfa7ee332afe0467ea0e00eb27767b2bf27c69048ae8df0e890a148437ce86
pkgname = portfolio-performance-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 09a7e59c687c..c11f3359b01a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# PKGBUILD-Credit: https://aur.archlinux.org/account/teprrr
pkgname=portfolio-performance-bin
-pkgver=0.52.0
+pkgver=0.53.1
pkgrel=1
pkgdesc="A simple tool to calculate the overall performance of an investment portfolio."
arch=('x86_64')
@@ -28,6 +28,6 @@ package() {
}
-sha512sums=('6ba347e282bc3dafb38c9a6020848ae0f70f76af963b424fcd15b3dc82abbc33b245b0591f63e294b0ec8c2343612173f7a449d9a5d6a07a6ce39579809efe58'
+sha512sums=('9c067ff58be6ef3080587c552f7f2a1e0644886efac1af63a80578b1612e96171e798aaceef9e5c4529504448cb84f97b26d925dfd1742012119ab5581d1321c'
'177215db98deb3999d04ed097e880fe3cd0dc529051e3bf6aaf5f00f06aed08d1bbca77f298623a50376a71a256d0c41d3c86b17b70241dbe9c06f96a8eb4e63'
'a3ae95fe94bf738c53d99557b6136b599f80fbfdd2bd52db4ad0a02b261b375979cfa7ee332afe0467ea0e00eb27767b2bf27c69048ae8df0e890a148437ce86')