diff options
author | Michał Polański <michal@polanski.me> | 2020-11-24 18:54:02 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-11-25 06:43:23 +0000 |
commit | 1bfb7e8fc06583801bec6a924a466e1808697f54 (patch) | |
tree | eaee693868bab9f65a8b7fa7ab88934146b7c459 | |
parent | 89a6e9e02010600f68f64db9189b5655f3a7b38d (diff) | |
download | aports-1bfb7e8fc06583801bec6a924a466e1808697f54.tar.gz aports-1bfb7e8fc06583801bec6a924a466e1808697f54.tar.bz2 aports-1bfb7e8fc06583801bec6a924a466e1808697f54.tar.xz |
community/beancount: upgrade to 2.3.3
-rw-r--r-- | community/beancount/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/beancount/APKBUILD b/community/beancount/APKBUILD index 665596b6ec..947e236995 100644 --- a/community/beancount/APKBUILD +++ b/community/beancount/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Keith Maxwell <keith.maxwell@gmail.com> # Maintainer: Keith Maxwell <keith.maxwell@gmail.com> pkgname=beancount -pkgver=2.3.2 +pkgver=2.3.3 pkgrel=0 pkgdesc="Double-Entry Accounting from Text Files" url="http://furius.ca/beancount/" @@ -31,4 +31,4 @@ check() { --deselect=beancount/ingest/importers/fileonly_test.py::TestFileOnly::test_match } -sha512sums="f196f35d6d987c2f009eb08e3ef17adbd9f4ef9d59dade42336307307646bf73782f9fba4889902f4475513e4060af19081fc1686f23917ae96888cd849607b3 beancount-2.3.2.tar.gz" +sha512sums="420369105939bcdcf2b7caaba27ab1d486b3dfc18e0a3286d917a6380345eaf5fa64ff5e0779fd2275129b7088de24f4a2dbd0232a482aceb124064e5c56ccc4 beancount-2.3.3.tar.gz" |