summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Phinikarides2022-05-30 19:44:59 +0300
committerAlexander Phinikarides2022-05-30 19:44:59 +0300
commitfcea85f4d1e6b890eeabe657d70b5abd7981fe8c (patch)
treed99ea03783cd3a3a4989a79bc29e31bdbdccdef5
parent2245cc9ffb1d25455d9d3b5706dc6c0ac8729579 (diff)
downloadaur-fcea85f4d1e6b890eeabe657d70b5abd7981fe8c.tar.gz
feat: update to v0.58.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d65988c51d17..9a710b51524f 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.57.2
+ pkgver = 0.58.1
pkgrel = 1
url = https://www.portfolio-performance.info
arch = x86_64
depends = jre11-openjdk
depends = webkit2gtk
options = !strip
- source = portfolio_0.57.2.tar.gz::https://github.com/buchen/portfolio/releases/download/0.57.2/PortfolioPerformance-0.57.2-linux.gtk.x86_64.tar.gz
+ source = portfolio_0.58.1.tar.gz::https://github.com/buchen/portfolio/releases/download/0.58.1/PortfolioPerformance-0.58.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 = f33986eaa2f788daaea7a047966e598bddb42ce0f5be94e8c0cab38b4fd3299e1c99e44ddbd51bbaa5b74286464b12e9b68b144dd6de3d2a1fb584f111c064e1
+ sha512sums = 8e782cedb85a0130248dd7107949d3363a23751d801651e8f252b3a67b5bb11ed286570597471a08b21fdb4e0217b105afd54b452baf7fb74b09c96fb2b527ab
sha512sums = 177215db98deb3999d04ed097e880fe3cd0dc529051e3bf6aaf5f00f06aed08d1bbca77f298623a50376a71a256d0c41d3c86b17b70241dbe9c06f96a8eb4e63
sha512sums = 848a4d16dca0ad21d848986021a8d86fee7b3f4f81e916359cbd837d962b4ac5c2dd2b765d52dc40200761eaeac758a99be10c503f174f88e6662a6fc46a20ff
diff --git a/PKGBUILD b/PKGBUILD
index b06760f10bd1..ea1237ba1a1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# PKGBUILD-Credit: https://aur.archlinux.org/account/teprrr
pkgname=portfolio-performance-bin
-pkgver=0.57.2
+pkgver=0.58.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=('f33986eaa2f788daaea7a047966e598bddb42ce0f5be94e8c0cab38b4fd3299e1c99e44ddbd51bbaa5b74286464b12e9b68b144dd6de3d2a1fb584f111c064e1'
+sha512sums=('8e782cedb85a0130248dd7107949d3363a23751d801651e8f252b3a67b5bb11ed286570597471a08b21fdb4e0217b105afd54b452baf7fb74b09c96fb2b527ab'
'177215db98deb3999d04ed097e880fe3cd0dc529051e3bf6aaf5f00f06aed08d1bbca77f298623a50376a71a256d0c41d3c86b17b70241dbe9c06f96a8eb4e63'
'848a4d16dca0ad21d848986021a8d86fee7b3f4f81e916359cbd837d962b4ac5c2dd2b765d52dc40200761eaeac758a99be10c503f174f88e6662a6fc46a20ff')