summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bauer2021-09-01 02:51:45 +0200
committerMichael Bauer2021-09-01 02:51:45 +0200
commit9f88019911773c03f42c14a8c2f34d6464d505cf (patch)
treeda27f08c78882906eba0fa6e726fcc0564c42c05
parentd4760c357343740c2c189dfe35e40db596fef954 (diff)
downloadaur-9f88019911773c03f42c14a8c2f34d6464d505cf.tar.gz
upstream release 1.20.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12c3cdc16939..435f8307035f 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.19.1
+ pkgver = 1.20.1
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.19.1.tar.xz
+ noextract = rotki-1.20.1.tar.xz
options = !strip
- source = rotki-1.19.1.tar.xz::https://github.com/rotki/rotki/releases/download/v1.19.1/rotki-linux_x64-v1.19.1.tar.xz
+ source = rotki-1.20.1.tar.xz::https://github.com/rotki/rotki/releases/download/v1.20.1/rotki-linux_x64-v1.20.1.tar.xz
source = rotki.png::https://github.com/rotki/rotki/raw/develop/frontend/app/src/assets/images/rotki_1024x1024.png
source = LICENSE::https://github.com/rotki/rotki/raw/develop/LICENSE.md
- sha256sums = 76ec41d0809219b9f7157182f001e1c9fa02793e193d25282a7ce131670fcbd3
+ sha256sums = 17ed6d75d3435484c82cf2b65001a8b80e999b81a025aa9cd7f5e3600db3d7c9
sha256sums = 78032738ae55b065b3f786be0482809149f474a2294a6a2dfd26a079e9154383
sha256sums = 35135be6af418b326bdd426d3f4a268d181bea4e93aa49d51bde3f0b70c9d3ee
diff --git a/PKGBUILD b/PKGBUILD
index 0c844782df90..51cd34c34174 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=rotki-bin
-pkgver=1.19.1
+pkgver=1.20.1
pkgrel=1
pkgdesc='A portfolio tracking, analytics, accounting and tax reporting application that respects your privacy'
arch=('x86_64')
@@ -17,7 +17,7 @@ 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/develop/frontend/app/src/assets/images/rotki_1024x1024.png"
"LICENSE::https://github.com/rotki/rotki/raw/develop/LICENSE.md")
-sha256sums=('76ec41d0809219b9f7157182f001e1c9fa02793e193d25282a7ce131670fcbd3'
+sha256sums=('17ed6d75d3435484c82cf2b65001a8b80e999b81a025aa9cd7f5e3600db3d7c9'
'78032738ae55b065b3f786be0482809149f474a2294a6a2dfd26a079e9154383'
'35135be6af418b326bdd426d3f4a268d181bea4e93aa49d51bde3f0b70c9d3ee')