summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bauer2022-07-18 08:42:24 +0200
committerMichael Bauer2022-07-18 08:42:24 +0200
commit646174615146cbb40eed0f576b6434ced421efa4 (patch)
tree08f8c86fa07108c9a867fd49114107866bb5e8f1
parent9203375f960d664164881b62ff402272a39b0cbd (diff)
downloadaur-646174615146cbb40eed0f576b6434ced421efa4.tar.gz
upstream release 1.25.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5125af59e015..1addc8d226f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rotki-bin
pkgdesc = A portfolio tracking, analytics, accounting and tax reporting application that respects your privacy
- pkgver = 1.24.1
+ pkgver = 1.25.0
pkgrel = 1
url = https://rotki.com
arch = x86_64
@@ -9,12 +9,12 @@ pkgbase = rotki-bin
depends = gtk3
depends = nss
provides = rotki
- noextract = rotki-1.24.1.tar.xz
+ noextract = rotki-1.25.0.tar.xz
options = !strip
- source = rotki-1.24.1.tar.xz::https://github.com/rotki/rotki/releases/download/v1.24.1/rotki-linux_x64-v1.24.1.tar.xz
- source = rotki.png::https://github.com/rotki/rotki/raw/v1.24.1/frontend/app/src/assets/images/rotki_1024x1024.png
- source = LICENSE::https://github.com/rotki/rotki/raw/v1.24.1/LICENSE.md
- sha256sums = f931a513817cf6440a04a7e94bbce88df9a97bece7688dbc5949fd2326cbdcfb
+ source = rotki-1.25.0.tar.xz::https://github.com/rotki/rotki/releases/download/v1.25.0/rotki-linux_x64-v1.25.0.tar.xz
+ source = rotki.png::https://raw.githubusercontent.com/rotki/rotki/v1.25.0/frontend/app/public/assets/images/rotki_1024x1024.png
+ source = LICENSE::https://github.com/rotki/rotki/raw/v1.25.0/LICENSE.md
+ sha256sums = 45aa199846c0524030ecfe498e6b2eee842d74895b3dc817289e82790ec4f5ee
sha256sums = 78032738ae55b065b3f786be0482809149f474a2294a6a2dfd26a079e9154383
sha256sums = eb6f58a98d8bdb6d3c8fee3817543589f3cd0921d14748fa0630edff2d4c08b0
diff --git a/PKGBUILD b/PKGBUILD
index 7b5624042ce3..b621116def9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=rotki-bin
-pkgver=1.24.1
+pkgver=1.25.0
pkgrel=1
pkgdesc='A portfolio tracking, analytics, accounting and tax reporting application that respects your privacy'
arch=('x86_64')
@@ -15,9 +15,9 @@ depends=('gtk3'
'nss')
makedepends=('gendesk')
source=("${pkgname%-bin}-${pkgver}.tar.xz::https://github.com/rotki/rotki/releases/download/v${pkgver}/rotki-linux_x64-v${pkgver}.tar.xz"
- "rotki.png::https://github.com/rotki/rotki/raw/v${pkgver}/frontend/app/src/assets/images/rotki_1024x1024.png"
+ "rotki.png::https://raw.githubusercontent.com/rotki/rotki/v${pkgver}/frontend/app/public/assets/images/rotki_1024x1024.png"
"LICENSE::https://github.com/rotki/rotki/raw/v${pkgver}/LICENSE.md")
-sha256sums=('f931a513817cf6440a04a7e94bbce88df9a97bece7688dbc5949fd2326cbdcfb'
+sha256sums=('45aa199846c0524030ecfe498e6b2eee842d74895b3dc817289e82790ec4f5ee'
'78032738ae55b065b3f786be0482809149f474a2294a6a2dfd26a079e9154383'
'eb6f58a98d8bdb6d3c8fee3817543589f3cd0921d14748fa0630edff2d4c08b0')