summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Wehner2023-07-16 14:56:01 -0400
committerFlorian Wehner2023-07-16 14:56:01 -0400
commit2bacf85cd85e409bdb7b8494e050f2505dec414c (patch)
treeb6a2643a30e1aadb70cf62c686f3df13af1a0b7b
parentc92c2e2e1ab3617a123170a21a0f450bb09cdf23 (diff)
downloadaur-2bacf85cd85e409bdb7b8494e050f2505dec414c.tar.gz
feat: update to v0.64.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f3fc48ef4f9..e228bfc4f15c 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.64.1
+ pkgver = 0.64.4
pkgrel = 2
url = https://www.portfolio-performance.info
arch = x86_64
license = EPL
depends = jre-openjdk
options = !strip
- source = portfolio_0.64.1.tar.gz::https://github.com/buchen/portfolio/releases/download/0.64.1/PortfolioPerformance-0.64.1-linux.gtk.x86_64.tar.gz
- source = portfolio-performance-bin.svg::https://raw.githubusercontent.com/buchen/portfolio/0.64.1/portfolio-product/icons/logo.svg
+ source = portfolio_0.64.4.tar.gz::https://github.com/buchen/portfolio/releases/download/0.64.4/PortfolioPerformance-0.64.4-linux.gtk.x86_64.tar.gz
+ source = portfolio-performance-bin.svg::https://raw.githubusercontent.com/buchen/portfolio/0.64.4/portfolio-product/icons/logo.svg
source = portfolio-performance-bin.desktop
- sha512sums = b1ab4fb18943e9bd5e13ce29a4a40a009bc40c4c8c5367842b3d791837a577e4d915019a121b8db4cd0108d49d98e21a2eee1c241212b07513fccbc5948d04b2
+ sha512sums = 41ab4c674865e1b90018619bd3e9b4948d26d520375042dabe3e426e1a35dc5579c7c788b5d2a7fa7d40d294187e4d82b80435d255d978c205a76b13ff260d9a
sha512sums = a7aef110c3379ea40644c3acc8681abd2bda82522d90fc4777632883454055c63426f97dada8ca247e5fa20a9f5b462eead46d2c2bf16989d35cebd774d32162
sha512sums = 848a4d16dca0ad21d848986021a8d86fee7b3f4f81e916359cbd837d962b4ac5c2dd2b765d52dc40200761eaeac758a99be10c503f174f88e6662a6fc46a20ff
diff --git a/PKGBUILD b/PKGBUILD
index 73a78214855a..8c91b24bd123 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# PKGBUILD-Credit: https://aur.archlinux.org/account/teprrr
pkgname=portfolio-performance-bin
-pkgver=0.64.1
+pkgver=0.64.4
pkgrel=2
pkgdesc="A simple tool to calculate the overall performance of an investment portfolio."
arch=('x86_64')
@@ -31,6 +31,6 @@ package() {
}
-sha512sums=('b1ab4fb18943e9bd5e13ce29a4a40a009bc40c4c8c5367842b3d791837a577e4d915019a121b8db4cd0108d49d98e21a2eee1c241212b07513fccbc5948d04b2'
+sha512sums=('41ab4c674865e1b90018619bd3e9b4948d26d520375042dabe3e426e1a35dc5579c7c788b5d2a7fa7d40d294187e4d82b80435d255d978c205a76b13ff260d9a'
'a7aef110c3379ea40644c3acc8681abd2bda82522d90fc4777632883454055c63426f97dada8ca247e5fa20a9f5b462eead46d2c2bf16989d35cebd774d32162'
'848a4d16dca0ad21d848986021a8d86fee7b3f4f81e916359cbd837d962b4ac5c2dd2b765d52dc40200761eaeac758a99be10c503f174f88e6662a6fc46a20ff')