summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-10-14 01:10:18 +0200
committerbegin-theadventure2023-10-14 01:10:18 +0200
commited97b4547f49901a1ec58b173393ceb7ae1085ce (patch)
tree295e5d2fa520d1d49a82ddb02ad85f5f02336ecd
parent98231183de56ec1828928425b03ed085f0960c92 (diff)
downloadaur-ed97b4547f49901a1ec58b173393ceb7ae1085ce.tar.gz
1.2.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc9d01dc06c3..6c8b56bbb8fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = ttop-bin
pkgdesc = System monitoring tool with historical data service, triggers and top-like TUI (binary release)
- pkgver = 1.2.5
- pkgrel = 2
+ pkgver = 1.2.6
+ pkgrel = 1
url = https://github.com/inv2004/ttop
arch = x86_64
license = MIT
provides = ttop
conflicts = ttop
- source = https://github.com/inv2004/ttop/releases/download/v1.2.5/ttop
- source = https://github.com/inv2004/ttop/raw/v1.2.5/LICENSE
+ source = ttop1.2.6::https://github.com/inv2004/ttop/releases/download/v1.2.6/ttop
+ source = LICENSE1.2.6::https://github.com/inv2004/ttop/raw/v1.2.6/LICENSE
source = ttop.png::https://user-images.githubusercontent.com/4949069/265200595-6a41ff81-6263-4ea7-a3a8-cf3f44227610.png
- sha256sums = 8ffcd822579ef7b5ef1d91076b43fe594792bbf657e9ef880e657ac980fdb666
+ sha256sums = 66bdcccf5d2ba92aa9c74c7f43803dfb4dfc1e3cd4e5564ed9056c162a872866
sha256sums = d02b237a4b7b295eea657a27274b6d6ed08695807006562d7252398e34f59079
sha256sums = 2ac1c78513b363d4c5817493c878a863552657347c5ddf5dfd2d8e6286cedab6
diff --git a/PKGBUILD b/PKGBUILD
index 35e021559eda..27ce8b75a055 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: begin-theadventure <begin-thecontact.ncncb at dralias dot com>
pkgname=ttop-bin
-pkgver=1.2.5
-pkgrel=2
+pkgver=1.2.6
+pkgrel=1
pkgdesc='System monitoring tool with historical data service, triggers and top-like TUI (binary release)'
url="https://github.com/inv2004/ttop"
arch=('x86_64')
license=('MIT')
conflicts=(ttop)
provides=(ttop)
-source=("$url/releases/download/v$pkgver/ttop"
- "$url/raw/v$pkgver/LICENSE"
+source=("ttop$pkgver::$url/releases/download/v$pkgver/ttop"
+ "LICENSE$pkgver::$url/raw/v$pkgver/LICENSE"
"ttop.png::https://user-images.githubusercontent.com/4949069/265200595-6a41ff81-6263-4ea7-a3a8-cf3f44227610.png")
-sha256sums=('8ffcd822579ef7b5ef1d91076b43fe594792bbf657e9ef880e657ac980fdb666'
+sha256sums=('66bdcccf5d2ba92aa9c74c7f43803dfb4dfc1e3cd4e5564ed9056c162a872866'
'd02b237a4b7b295eea657a27274b6d6ed08695807006562d7252398e34f59079'
'2ac1c78513b363d4c5817493c878a863552657347c5ddf5dfd2d8e6286cedab6')