summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsumoduduk2024-04-11 00:59:34 +0700
committersumoduduk2024-04-11 00:59:34 +0700
commit5781011ace63fd15b5a1aa51c442f6d6b6827e37 (patch)
tree6a5a785745926535bb61296e9148742b6594f95d /PKGBUILD
parent8845edef64425448345b1f3a1fce8d4d391fa597 (diff)
downloadaur-terminusdm-bin.tar.gz
feat: bump to 1.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1331af7438e5..210d20c19000 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
pkgname=terminusdm-bin
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="Terminus Download Manager. Download files, resume interrupted downloads, and keep a history of your downloads - within terminal UI. "
url="https://github.com/sumoduduk/terminusdm"
@@ -12,7 +12,7 @@ arch=("x86_64")
provides=("terminusdm")
conflicts=("terminusdm")
source=("https://github.com/sumoduduk/terminusdm/releases/download/v$pkgver/terminusdm-$pkgver-x86_64.tar.gz")
-sha256sums=("20acf4e548b32df386fb86c0027f000eaf0030adb0c22fcc0a60bba59e5a566d")
+sha256sums=("4615fd758f9fe5e0728648f6dd1512ef6fd54e36a03ea5e2d470502ec3487ac6")
package() {
install -Dm755 terminusdm -t "$pkgdir/usr/bin"