summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirill Goncharov2020-01-26 17:08:37 +0300
committerKirill Goncharov2020-01-26 17:08:37 +0300
commit746f7ea2e302896a5ac728b6728126066e12eb80 (patch)
treec40013a0ce2ee34db01a8a8e7abfb255ef0d3394
parentdf06847b6321062698176faaed758c4f524003cd (diff)
downloadaur-746f7ea2e302896a5ac728b6728126066e12eb80.tar.gz
Version 2.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1e950e4f724..f428934db272 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = beancount-cryptoassets
pkgdesc = Price sources for Beancount that provide prices for various cryptoassets
- pkgver = 1.4.0
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/xuhcc/beancount-cryptoassets
arch = any
license = GPL
depends = beancount
- source = https://github.com/xuhcc/beancount-cryptoassets/archive/v1.4.0.tar.gz
- sha256sums = 0627782ff69dfa4410a7201a4a0e9fc7fe59cee236065d4bb91c53886fa51ee3
+ source = https://github.com/xuhcc/beancount-cryptoassets/archive/v2.0.0.tar.gz
+ sha256sums = 4f3d8577b8e3c072b7c033e5419297b7bc83f7b86e6822fb41256533f7cc229c
pkgname = beancount-cryptoassets
diff --git a/PKGBUILD b/PKGBUILD
index 26b0e6c595f3..2774fd8af6b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname='beancount-cryptoassets'
pkgdesc='Price sources for Beancount that provide prices for various cryptoassets'
-pkgver=1.4.0
+pkgver=2.0.0
pkgrel=1
arch=('any')
url="https://github.com/xuhcc/beancount-cryptoassets"
license=('GPL')
depends=('beancount')
source=("https://github.com/xuhcc/beancount-cryptoassets/archive/v${pkgver}.tar.gz")
-sha256sums=('0627782ff69dfa4410a7201a4a0e9fc7fe59cee236065d4bb91c53886fa51ee3')
+sha256sums=('4f3d8577b8e3c072b7c033e5419297b7bc83f7b86e6822fb41256533f7cc229c')
package () {
cd "${pkgname}-${pkgver}"