summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Wehner2023-03-25 10:57:03 -0400
committerFlorian Wehner2023-03-25 10:57:03 -0400
commitb9718a94e0096c219538ef99a51e2b6ecf67dd0a (patch)
tree83a63bb265bf826682aa2980834911d6a8ede425
parentfd113f9520d663d6c9b04120bcbfd536050b2f87 (diff)
downloadaur-b9718a94e0096c219538ef99a51e2b6ecf67dd0a.tar.gz
feat: update to v0.61.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7a4ca0c9b49..eb700db631a7 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.61.3
+ pkgver = 0.61.4
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.61.3.tar.gz::https://github.com/buchen/portfolio/releases/download/0.61.3/PortfolioPerformance-0.61.3-linux.gtk.x86_64.tar.gz
- source = portfolio-performance-bin.svg::https://raw.githubusercontent.com/buchen/portfolio/0.61.3/portfolio-product/icons/logo.svg
+ source = portfolio_0.61.4.tar.gz::https://github.com/buchen/portfolio/releases/download/0.61.4/PortfolioPerformance-0.61.4-linux.gtk.x86_64.tar.gz
+ source = portfolio-performance-bin.svg::https://raw.githubusercontent.com/buchen/portfolio/0.61.4/portfolio-product/icons/logo.svg
source = portfolio-performance-bin.desktop
- sha512sums = efad9e87d122ce43e357687f948d8d97c870a85341acb3d9803d9763df9910fd27288b506700564b57e594fe1b30a8b34655d3318eb3516814de0f66a497c383
+ sha512sums = 245be539df815793b45426f5c638a29556d599abedc3c10928d8d7c152db74aeaf214fb23283624bc2c84bd3528523980d64ce215fefc3e4a3fbf337c59292bb
sha512sums = a7aef110c3379ea40644c3acc8681abd2bda82522d90fc4777632883454055c63426f97dada8ca247e5fa20a9f5b462eead46d2c2bf16989d35cebd774d32162
sha512sums = 848a4d16dca0ad21d848986021a8d86fee7b3f4f81e916359cbd837d962b4ac5c2dd2b765d52dc40200761eaeac758a99be10c503f174f88e6662a6fc46a20ff
diff --git a/PKGBUILD b/PKGBUILD
index bce53660cb58..0cbf943d11d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# PKGBUILD-Credit: https://aur.archlinux.org/account/teprrr
pkgname=portfolio-performance-bin
-pkgver=0.61.3
+pkgver=0.61.4
pkgrel=1
pkgdesc="A simple tool to calculate the overall performance of an investment portfolio."
arch=('x86_64')
@@ -31,6 +31,6 @@ package() {
}
-sha512sums=('efad9e87d122ce43e357687f948d8d97c870a85341acb3d9803d9763df9910fd27288b506700564b57e594fe1b30a8b34655d3318eb3516814de0f66a497c383'
+sha512sums=('245be539df815793b45426f5c638a29556d599abedc3c10928d8d7c152db74aeaf214fb23283624bc2c84bd3528523980d64ce215fefc3e4a3fbf337c59292bb'
'a7aef110c3379ea40644c3acc8681abd2bda82522d90fc4777632883454055c63426f97dada8ca247e5fa20a9f5b462eead46d2c2bf16989d35cebd774d32162'
'848a4d16dca0ad21d848986021a8d86fee7b3f4f81e916359cbd837d962b4ac5c2dd2b765d52dc40200761eaeac758a99be10c503f174f88e6662a6fc46a20ff')