summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2024-03-11 10:13:11 +0100
committerbegin-theadventure2024-03-11 10:13:11 +0100
commit033453a36ad92575ec1d7fc13dd529b24700b54d (patch)
treed63396a4e0c19ddf237e422151b083eb1e3bb1d0
parent9172e23beead258ff33af9d16127cdf19fe47410 (diff)
downloadaur-033453a36ad92575ec1d7fc13dd529b24700b54d.tar.gz
1.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eecbac394548..48732f74b3b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = ttop-bin
pkgdesc = System monitoring tool with historical data service, triggers and top-like TUI (binary release)
- pkgver = 1.2.8
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/inv2004/ttop
arch = x86_64
license = MIT
provides = ttop
conflicts = ttop
- source = ttop1.2.8::https://github.com/inv2004/ttop/releases/download/v1.2.8/ttop
+ source = ttop1.3.0::https://github.com/inv2004/ttop/releases/download/v1.3.0/ttop
source = https://github.com/inv2004/ttop/raw/main/LICENSE
source = ttop.png::https://user-images.githubusercontent.com/4949069/265200595-6a41ff81-6263-4ea7-a3a8-cf3f44227610.png
- sha256sums = 383d0b2378b77ac1253f91c89e3b7fffc040559331c4956f31247340a6ac92f6
- sha256sums = SKIP
+ sha256sums = d8a5a7e19b9bbe46c3b46945d1bfe247ca43f6d9f0d27cdf9a1259ccb0d1ab32
+ sha256sums = d02b237a4b7b295eea657a27274b6d6ed08695807006562d7252398e34f59079
sha256sums = 2ac1c78513b363d4c5817493c878a863552657347c5ddf5dfd2d8e6286cedab6
pkgname = ttop-bin
diff --git a/PKGBUILD b/PKGBUILD
index e735d01b9686..5df898d42d53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: begin-theadventure <begin-thecontact.ncncb at dralias dot com>
pkgname=ttop-bin
-pkgver=1.2.8
+pkgver=1.3.0
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)
+arch=('x86_64')
+provides=("ttop")
+conflicts=("ttop")
source=("ttop$pkgver::$url/releases/download/v$pkgver/ttop"
"https://github.com/inv2004/ttop/raw/main/LICENSE"
"ttop.png::https://user-images.githubusercontent.com/4949069/265200595-6a41ff81-6263-4ea7-a3a8-cf3f44227610.png")
-sha256sums=('383d0b2378b77ac1253f91c89e3b7fffc040559331c4956f31247340a6ac92f6'
- 'SKIP'
+sha256sums=('d8a5a7e19b9bbe46c3b46945d1bfe247ca43f6d9f0d27cdf9a1259ccb0d1ab32'
+ 'd02b237a4b7b295eea657a27274b6d6ed08695807006562d7252398e34f59079'
'2ac1c78513b363d4c5817493c878a863552657347c5ddf5dfd2d8e6286cedab6')
prepare() {