summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Wehner2022-12-11 13:12:39 -0500
committerFlorian Wehner2022-12-11 13:12:39 -0500
commitac0b58b5d3c961a057b6ca7348b8f00ffba56d82 (patch)
treee1c2cf15ceaba9f3732ed0be6d83537d6028577b
parent424e843989448cc2533208a21bdac72ef1f96fd9 (diff)
downloadaur-ac0b58b5d3c961a057b6ca7348b8f00ffba56d82.tar.gz
feat: update to v0.59.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 753a8c46e402..6d0143b84df6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = portfolio-performance-bin
pkgdesc = A simple tool to calculate the overall performance of an investment portfolio.
- pkgver = 0.59.4
+ pkgver = 0.59.5
pkgrel = 1
url = https://www.portfolio-performance.info
arch = x86_64
@@ -8,10 +8,10 @@ pkgbase = portfolio-performance-bin
depends = jre-openjdk
depends = webkit2gtk
options = !strip
- source = portfolio_0.59.4.tar.gz::https://github.com/buchen/portfolio/releases/download/0.59.4/PortfolioPerformance-0.59.4-linux.gtk.x86_64.tar.gz
+ source = portfolio_0.59.5.tar.gz::https://github.com/buchen/portfolio/releases/download/0.59.5/PortfolioPerformance-0.59.5-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 = dfa96384b8eb11dcb6fe59ae75d7aa22b1407f4550ad41aac28d196def86a4a0a1613119b41ebb3f310efba6d8b9f390f7b74160f7a6ff87a63c8f13b56a55af
+ sha512sums = cf38b588ab406fff39f32adc91644aef1729d092598c9e58f9741ceeed34941a035722016b302f7bde83c361d69bdde40cc93fcf46698296f14f674642355ceb
sha512sums = 177215db98deb3999d04ed097e880fe3cd0dc529051e3bf6aaf5f00f06aed08d1bbca77f298623a50376a71a256d0c41d3c86b17b70241dbe9c06f96a8eb4e63
sha512sums = 848a4d16dca0ad21d848986021a8d86fee7b3f4f81e916359cbd837d962b4ac5c2dd2b765d52dc40200761eaeac758a99be10c503f174f88e6662a6fc46a20ff
diff --git a/PKGBUILD b/PKGBUILD
index 0a32a863ff1e..364cd83bca77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# PKGBUILD-Credit: https://aur.archlinux.org/account/teprrr
pkgname=portfolio-performance-bin
-pkgver=0.59.4
+pkgver=0.59.5
pkgrel=1
pkgdesc="A simple tool to calculate the overall performance of an investment portfolio."
arch=('x86_64')
@@ -31,6 +31,6 @@ package() {
}
-sha512sums=('dfa96384b8eb11dcb6fe59ae75d7aa22b1407f4550ad41aac28d196def86a4a0a1613119b41ebb3f310efba6d8b9f390f7b74160f7a6ff87a63c8f13b56a55af'
+sha512sums=('cf38b588ab406fff39f32adc91644aef1729d092598c9e58f9741ceeed34941a035722016b302f7bde83c361d69bdde40cc93fcf46698296f14f674642355ceb'
'177215db98deb3999d04ed097e880fe3cd0dc529051e3bf6aaf5f00f06aed08d1bbca77f298623a50376a71a256d0c41d3c86b17b70241dbe9c06f96a8eb4e63'
'848a4d16dca0ad21d848986021a8d86fee7b3f4f81e916359cbd837d962b4ac5c2dd2b765d52dc40200761eaeac758a99be10c503f174f88e6662a6fc46a20ff')