summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Wehner2023-04-02 21:33:11 -0400
committerFlorian Wehner2023-04-02 21:33:11 -0400
commit241ba68415ee5837af7334ab4c1c8b2d134d613f (patch)
tree04cfafc9b7d2aa70d83d8f2a85d0c7450fa22566
parentb9718a94e0096c219538ef99a51e2b6ecf67dd0a (diff)
downloadaur-241ba68415ee5837af7334ab4c1c8b2d134d613f.tar.gz
feat: update to v0.62.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb700db631a7..abdaf42382ef 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.4
+ pkgver = 0.62.0
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.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_0.62.0.tar.gz::https://github.com/buchen/portfolio/releases/download/0.62.0/PortfolioPerformance-0.62.0-linux.gtk.x86_64.tar.gz
+ source = portfolio-performance-bin.svg::https://raw.githubusercontent.com/buchen/portfolio/0.62.0/portfolio-product/icons/logo.svg
source = portfolio-performance-bin.desktop
- sha512sums = 245be539df815793b45426f5c638a29556d599abedc3c10928d8d7c152db74aeaf214fb23283624bc2c84bd3528523980d64ce215fefc3e4a3fbf337c59292bb
+ sha512sums = d8fe2e67f52cdd9e2051f504f144671a5183816f4b9956e35b782e3b5a2aea7a382043b6afdff601b702348c6023ab9577b3b66b6e6c3ed4053745f6116f51a2
sha512sums = a7aef110c3379ea40644c3acc8681abd2bda82522d90fc4777632883454055c63426f97dada8ca247e5fa20a9f5b462eead46d2c2bf16989d35cebd774d32162
sha512sums = 848a4d16dca0ad21d848986021a8d86fee7b3f4f81e916359cbd837d962b4ac5c2dd2b765d52dc40200761eaeac758a99be10c503f174f88e6662a6fc46a20ff
diff --git a/PKGBUILD b/PKGBUILD
index 0cbf943d11d1..c9c454afce13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# PKGBUILD-Credit: https://aur.archlinux.org/account/teprrr
pkgname=portfolio-performance-bin
-pkgver=0.61.4
+pkgver=0.62.0
pkgrel=1
pkgdesc="A simple tool to calculate the overall performance of an investment portfolio."
arch=('x86_64')
@@ -31,6 +31,6 @@ package() {
}
-sha512sums=('245be539df815793b45426f5c638a29556d599abedc3c10928d8d7c152db74aeaf214fb23283624bc2c84bd3528523980d64ce215fefc3e4a3fbf337c59292bb'
+sha512sums=('d8fe2e67f52cdd9e2051f504f144671a5183816f4b9956e35b782e3b5a2aea7a382043b6afdff601b702348c6023ab9577b3b66b6e6c3ed4053745f6116f51a2'
'a7aef110c3379ea40644c3acc8681abd2bda82522d90fc4777632883454055c63426f97dada8ca247e5fa20a9f5b462eead46d2c2bf16989d35cebd774d32162'
'848a4d16dca0ad21d848986021a8d86fee7b3f4f81e916359cbd837d962b4ac5c2dd2b765d52dc40200761eaeac758a99be10c503f174f88e6662a6fc46a20ff')