summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Phinikarides2021-01-26 01:43:47 +0200
committerAlexander Phinikarides2021-01-26 01:43:47 +0200
commitc6d26c5e824fd0c7eb10d3b5f262a767cade99da (patch)
treed195f8360c682130de997cab673ba45e456468ab
parent811037b74476c127f6b1764eebec36c237358461 (diff)
downloadaur-c6d26c5e824fd0c7eb10d3b5f262a767cade99da.tar.gz
feat: update to v0.50.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2ef0b432f66..db8495346fa8 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.50.2
+ pkgver = 0.50.3
pkgrel = 1
url = https://www.portfolio-performance.info
arch = x86_64
depends = jre11-openjdk
options = !strip
- source = portfolio_0.50.2.tar.gz::https://github.com/buchen/portfolio/releases/download/0.50.2/PortfolioPerformance-0.50.2-linux.gtk.x86_64.tar.gz
+ source = portfolio_0.50.3.tar.gz::https://github.com/buchen/portfolio/releases/download/0.50.3/PortfolioPerformance-0.50.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 = 6252e168a52f221ca57d7c71442a085629eb680f94082b881a2b00a4d6d295d73fce3ec3c557294f4b9a5c76f31c4ec0326bef9630db2b907cccd42295cafdae
+ sha512sums = 0d6349454a7fd46711cacba62f4f2b1bd569f9bf08f7e2cc251292d2e5d46251428b7c272a0cf87e41171cfe3ebb80fc0660dbc62c7df6f1a01aef4bbae76969
sha512sums = 177215db98deb3999d04ed097e880fe3cd0dc529051e3bf6aaf5f00f06aed08d1bbca77f298623a50376a71a256d0c41d3c86b17b70241dbe9c06f96a8eb4e63
sha512sums = a3ae95fe94bf738c53d99557b6136b599f80fbfdd2bd52db4ad0a02b261b375979cfa7ee332afe0467ea0e00eb27767b2bf27c69048ae8df0e890a148437ce86
diff --git a/PKGBUILD b/PKGBUILD
index 704fd6d66aa7..4e35967307fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# PKGBUILD-Credit: https://aur.archlinux.org/account/teprrr
pkgname=portfolio-performance-bin
-pkgver=0.50.2
+pkgver=0.50.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=('6252e168a52f221ca57d7c71442a085629eb680f94082b881a2b00a4d6d295d73fce3ec3c557294f4b9a5c76f31c4ec0326bef9630db2b907cccd42295cafdae'
+sha512sums=('0d6349454a7fd46711cacba62f4f2b1bd569f9bf08f7e2cc251292d2e5d46251428b7c272a0cf87e41171cfe3ebb80fc0660dbc62c7df6f1a01aef4bbae76969'
'177215db98deb3999d04ed097e880fe3cd0dc529051e3bf6aaf5f00f06aed08d1bbca77f298623a50376a71a256d0c41d3c86b17b70241dbe9c06f96a8eb4e63'
'a3ae95fe94bf738c53d99557b6136b599f80fbfdd2bd52db4ad0a02b261b375979cfa7ee332afe0467ea0e00eb27767b2bf27c69048ae8df0e890a148437ce86')