summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Phinikarides2021-09-22 20:08:03 +0300
committerAlexander Phinikarides2021-09-22 20:08:36 +0300
commit1ad3e0d7b138ad4d5bf55239c2bee8890962f01f (patch)
treefcc108a010f2600a566a6ea2621949213326131c
parent4e63300b7d10c6cc26450eb8a6464bff41cacbf3 (diff)
downloadaur-1ad3e0d7b138ad4d5bf55239c2bee8890962f01f.tar.gz
feat: update to v0.55.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1754d7fa10b..833c073eb809 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.54.3
- pkgrel = 3
+ pkgver = 0.55.0
+ pkgrel = 1
url = https://www.portfolio-performance.info
arch = x86_64
depends = jre11-openjdk
depends = webkit2gtk
options = !strip
- source = portfolio_0.54.3.tar.gz::https://github.com/buchen/portfolio/releases/download/0.54.3/PortfolioPerformance-0.54.3-linux.gtk.x86_64.tar.gz
+ source = portfolio_0.55.0.tar.gz::https://github.com/buchen/portfolio/releases/download/0.55.0/PortfolioPerformance-0.55.0-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 = f2522f22a142313352c1dad45feab3e7ea904c337fca439bbc9eeaa5228b8ac23e9d55ff4802c68c3eddebd621fb8bf7691651ee06ead91737fdfe0a33fa5bf6
+ sha512sums = 6e52b2b6ab0e54c8fe3bcf7e3f4cb151b6fd8c6e00bc67dc653f3db018c831c27253e1e6cb2057142d85b750ed581bf35641936565f22633a1b14b26ad6bd7a9
sha512sums = 177215db98deb3999d04ed097e880fe3cd0dc529051e3bf6aaf5f00f06aed08d1bbca77f298623a50376a71a256d0c41d3c86b17b70241dbe9c06f96a8eb4e63
sha512sums = 848a4d16dca0ad21d848986021a8d86fee7b3f4f81e916359cbd837d962b4ac5c2dd2b765d52dc40200761eaeac758a99be10c503f174f88e6662a6fc46a20ff
diff --git a/PKGBUILD b/PKGBUILD
index 0b242232830d..1388144e3e3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# PKGBUILD-Credit: https://aur.archlinux.org/account/teprrr
pkgname=portfolio-performance-bin
-pkgver=0.54.3
-pkgrel=3
+pkgver=0.55.0
+pkgrel=1
pkgdesc="A simple tool to calculate the overall performance of an investment portfolio."
arch=('x86_64')
url="https://www.portfolio-performance.info"
@@ -28,6 +28,6 @@ package() {
}
-sha512sums=('f2522f22a142313352c1dad45feab3e7ea904c337fca439bbc9eeaa5228b8ac23e9d55ff4802c68c3eddebd621fb8bf7691651ee06ead91737fdfe0a33fa5bf6'
+sha512sums=('6e52b2b6ab0e54c8fe3bcf7e3f4cb151b6fd8c6e00bc67dc653f3db018c831c27253e1e6cb2057142d85b750ed581bf35641936565f22633a1b14b26ad6bd7a9'
'177215db98deb3999d04ed097e880fe3cd0dc529051e3bf6aaf5f00f06aed08d1bbca77f298623a50376a71a256d0c41d3c86b17b70241dbe9c06f96a8eb4e63'
'848a4d16dca0ad21d848986021a8d86fee7b3f4f81e916359cbd837d962b4ac5c2dd2b765d52dc40200761eaeac758a99be10c503f174f88e6662a6fc46a20ff')