summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bauer2021-03-21 17:28:59 +0100
committerMichael Bauer2021-03-21 17:28:59 +0100
commit14734854a7b2b6bdb357e172ef25b2f0611b2f07 (patch)
tree4e18de0494eaa2f8b488d5d70939aa35efc5eeae
parent0320cd5f09259fee67bcdc6d73c88b9c203085ec (diff)
downloadaur-14734854a7b2b6bdb357e172ef25b2f0611b2f07.tar.gz
upstream release 1.15.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e16a867a6314..6e1753761c36 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.15.1
+ pkgver = 1.15.2
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.15.1.tar.xz
+ noextract = rotki-1.15.2.tar.xz
options = !strip
- source = rotki-1.15.1.tar.xz::https://github.com/rotki/rotki/releases/download/v1.15.1/rotki-linux_x64-v1.15.1.tar.xz
+ source = rotki-1.15.2.tar.xz::https://github.com/rotki/rotki/releases/download/v1.15.2/rotki-linux_x64-v1.15.2.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 = c513c52a65e1da282798447c274c5a1bb5682ac1772492384e9bf53c9476afdc
+ sha256sums = d26260f17944d2574fbcc5262a1ad9b744530f77e8f0bd9e4a09f0d447c7b79a
sha256sums = 78032738ae55b065b3f786be0482809149f474a2294a6a2dfd26a079e9154383
sha256sums = 35135be6af418b326bdd426d3f4a268d181bea4e93aa49d51bde3f0b70c9d3ee
diff --git a/PKGBUILD b/PKGBUILD
index 021a9898815f..0c0ebbf5d327 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=rotki-bin
-pkgver=1.15.1
+pkgver=1.15.2
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=('c513c52a65e1da282798447c274c5a1bb5682ac1772492384e9bf53c9476afdc'
+sha256sums=('d26260f17944d2574fbcc5262a1ad9b744530f77e8f0bd9e4a09f0d447c7b79a'
'78032738ae55b065b3f786be0482809149f474a2294a6a2dfd26a079e9154383'
'35135be6af418b326bdd426d3f4a268d181bea4e93aa49d51bde3f0b70c9d3ee')