summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bauer2022-02-12 18:15:10 +0100
committerMichael Bauer2022-02-12 18:15:10 +0100
commit44327630b823e527c1d76654d7e11027f281da02 (patch)
tree8c3855b2345db43e2e64418b24be9a2c1ed51e07
parente0ca839e8755fc66d7a670c7cfe03b9e57447c9f (diff)
downloadaur-44327630b823e527c1d76654d7e11027f281da02.tar.gz
upstream 1.23.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38eb4dea242e..a74c48286772 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.23.2
+ pkgver = 1.23.3
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.23.2.tar.xz
+ noextract = rotki-1.23.3.tar.xz
options = !strip
- source = rotki-1.23.2.tar.xz::https://github.com/rotki/rotki/releases/download/v1.23.2/rotki-linux_x64-v1.23.2.tar.xz
+ source = rotki-1.23.3.tar.xz::https://github.com/rotki/rotki/releases/download/v1.23.3/rotki-linux_x64-v1.23.3.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 = 0bcba5860bc31e778e8e1544f1d3805ff2d3e19e8ff769598589694e3a6a235d
+ sha256sums = 1185da8d49b0d811c0ea27e6420ac32a865dfaf80de8cf276362ca2b54deb129
sha256sums = 78032738ae55b065b3f786be0482809149f474a2294a6a2dfd26a079e9154383
sha256sums = eb6f58a98d8bdb6d3c8fee3817543589f3cd0921d14748fa0630edff2d4c08b0
diff --git a/PKGBUILD b/PKGBUILD
index 110cd67dd83e..d3dbd8619fc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=rotki-bin
-pkgver=1.23.2
+pkgver=1.23.3
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=('0bcba5860bc31e778e8e1544f1d3805ff2d3e19e8ff769598589694e3a6a235d'
+sha256sums=('1185da8d49b0d811c0ea27e6420ac32a865dfaf80de8cf276362ca2b54deb129'
'78032738ae55b065b3f786be0482809149f474a2294a6a2dfd26a079e9154383'
'eb6f58a98d8bdb6d3c8fee3817543589f3cd0921d14748fa0630edff2d4c08b0')