summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul2021-11-21 02:02:06 -0600
committerPaul2021-11-21 02:02:06 -0600
commit1778b38c02fd881d4a9b379d1994fb2ef3599bf4 (patch)
tree9f014c4f437810e9d24b2046eb36f695b8ff1a4c
parent41ebceb20bf574b4523b19a842d9838d6b8d20f2 (diff)
downloadaur-1778b38c02fd881d4a9b379d1994fb2ef3599bf4.tar.gz
Update to 0.0.144
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b0d7d922a14..1a882fa1de07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = actual-appimage
pkgdesc = Actual is a super fast privacy-focused app for managing your finances.
- pkgver = 0.0.132
+ pkgver = 0.0.144
pkgrel = 1
url = https://actualbudget.com/
arch = x86_64
license = custom:Commercial
depends = zlib
depends = hicolor-icon-theme
- noextract = Actual-0.0.132-x86_64.AppImage
+ noextract = Actual-0.0.144-x86_64.AppImage
options = !strip
- source_x86_64 = Actual-0.0.132-x86_64.AppImage::https://github.com/actualbudget/releases/releases/download/0.0.132/Actual-0.0.132-x86_64.AppImage
- sha256sums_x86_64 = a08c8f1e29b294e7816adb5ff493db5d82b029146c3243f4083234902f516baf
+ source_x86_64 = Actual-0.0.144-x86_64.AppImage::https://github.com/actualbudget/releases/releases/download/0.0.144/Actual-0.0.144-x86_64.AppImage
+ sha256sums_x86_64 = 9e2a9ef755dcae60f4f778e6df67d917abce40989fadc58ade7a339552e375fa
pkgname = actual-appimage
-
diff --git a/PKGBUILD b/PKGBUILD
index 28af42aee596..effccbc91309 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=actual
_Pkgname=Actual
pkgname="${_pkgname}"-appimage
-pkgver=0.0.132
+pkgver=0.0.144
pkgrel=1
pkgdesc="Actual is a super fast privacy-focused app for managing your finances."
arch=('x86_64')
@@ -16,7 +16,7 @@ options=(!strip)
_appimage="${_Pkgname}-${pkgver}-x86_64.AppImage"
source_x86_64=("${_appimage}::https://github.com/actualbudget/releases/releases/download/${pkgver}/${_Pkgname}-${pkgver}-x86_64.AppImage")
noextract=("${_appimage}")
-sha256sums_x86_64=('a08c8f1e29b294e7816adb5ff493db5d82b029146c3243f4083234902f516baf')
+sha256sums_x86_64=('9e2a9ef755dcae60f4f778e6df67d917abce40989fadc58ade7a339552e375fa')
prepare() {
chmod +x "${_appimage}"