summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-09-26 00:25:23 +0300
committerDimitris Kiziridis2020-09-26 00:25:23 +0300
commitffa8ffcc3fec4b4815691836f6d0c6186720e474 (patch)
treed4bf36d03fdabfed033c2aebf4db638b068d1592
parent3254728498db79982251ea13f77be6c87223e3d4 (diff)
downloadaur-ffa8ffcc3fec4b4815691836f6d0c6186720e474.tar.gz
Update to 1.8.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5946178e9ae1..d0fe1ad4618f 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.7.0
+ pkgver = 1.8.0
pkgrel = 1
url = https://rotki.com
arch = x86_64
@@ -10,12 +10,12 @@ pkgbase = rotki-bin
depends = libxss
depends = nss
provides = rotki
- noextract = rotki-1.7.0.tar.xz
+ noextract = rotki-1.8.0.tar.xz
options = !strip
- source = rotki-1.7.0.tar.xz::https://github.com/rotki/rotki/releases/download/v1.7.0/rotki-linux_x64-v1.7.0.tar.xz
+ source = rotki-1.8.0.tar.xz::https://github.com/rotki/rotki/releases/download/v1.8.0/rotki-linux_x64-v1.8.0.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 = bba61c4431e591123bd9090f60d614dfe356c361c3ffde563a2496ed4584f379
+ sha256sums = acd5be1b0c9744faf3bbcc3bbd09fb3925fe952ca12c6a1e6adce22de097078a
sha256sums = 78032738ae55b065b3f786be0482809149f474a2294a6a2dfd26a079e9154383
sha256sums = 27605c6c33d4bee9cfb5c6b36be5f34640df4742457f33e56b9562471b687678
diff --git a/PKGBUILD b/PKGBUILD
index a4a1e0838cba..9b894ed2e805 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=rotki-bin
-pkgver=1.7.0
+pkgver=1.8.0
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=('bba61c4431e591123bd9090f60d614dfe356c361c3ffde563a2496ed4584f379'
+sha256sums=('acd5be1b0c9744faf3bbcc3bbd09fb3925fe952ca12c6a1e6adce22de097078a'
'78032738ae55b065b3f786be0482809149f474a2294a6a2dfd26a079e9154383'
'27605c6c33d4bee9cfb5c6b36be5f34640df4742457f33e56b9562471b687678')
@@ -40,4 +40,4 @@ package() {
find "${pkgdir}/opt" -type f -exec chmod o-w {} +
find "${pkgdir}/opt" -type d -exec chmod o-w {} +
}
-# vim:set ts=2 sw=2 et: \ No newline at end of file
+# vim:set ts=2 sw=2 et: