summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Minnocci2023-06-05 12:29:33 +0200
committerFrancesco Minnocci2023-06-05 12:29:33 +0200
commitaf01a1c5c003395add5a326f33894584a4b4cd14 (patch)
treeca66dfb8a4ac840fe108c8450ad53ccd06b1c93e
parent35229ac2563580018411392057473f6ab92660f3 (diff)
downloadaur-af01a1c5c003395add5a326f33894584a4b4cd14.tar.gz
Update to v0.13.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c846bdecebc9..3656570cec02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hackernews_tui
pkgdesc = A Terminal UI to browse hacker news.
- pkgver = 0.12.0
+ pkgver = 0.13.2
pkgrel = 2
url = https://github.com/aome510/hackernews-TUI
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = hackernews_tui
makedepends = cargo
optdepends = mercury-parser: to view articles directly in the terminal
options = !lto
- source = hackernews_tui-0.12.0.tar.gz::https://github.com/aome510/hackernews-TUI/archive/v0.12.0.tar.gz
- sha512sums = dc2082f209cce891f068b0459f4fb2205013b3481e4eea6302a9cce23b105ede497ae3e5ead775fd8125e28f21a917b5d517b38436b5b3cb804cd388f50caebb
+ source = hackernews_tui-0.13.2.tar.gz::https://github.com/aome510/hackernews-TUI/archive/v0.13.2.tar.gz
+ sha512sums = 401139136c8dbc2c42284ac27037e70470ab089e523c93eb31f233274b0aadce59857084964a2e4e636cd30f4c2fa67bc380236f27bc36078c3424aea0cf48a2
pkgname = hackernews_tui
diff --git a/PKGBUILD b/PKGBUILD
index a3048fbc96c7..f70130e512b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hackernews_tui
_gitname=hackernews-TUI
-pkgver=0.12.0
+pkgver=0.13.2
pkgrel=2
pkgdesc="A Terminal UI to browse hacker news."
arch=("x86_64")
@@ -11,7 +11,7 @@ license=('MIT')
makedepends=('cargo')
optdepends=('mercury-parser: to view articles directly in the terminal')
source=("$pkgname-$pkgver.tar.gz::https://github.com/aome510/hackernews-TUI/archive/v$pkgver.tar.gz")
-sha512sums=('dc2082f209cce891f068b0459f4fb2205013b3481e4eea6302a9cce23b105ede497ae3e5ead775fd8125e28f21a917b5d517b38436b5b3cb804cd388f50caebb')
+sha512sums=('401139136c8dbc2c42284ac27037e70470ab089e523c93eb31f233274b0aadce59857084964a2e4e636cd30f4c2fa67bc380236f27bc36078c3424aea0cf48a2')
# disable LTO until ring can be built with it: https://github.com/briansmith/ring/issues/1444
options=(!lto)