summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfioncat2025-03-20 18:03:06 +0800
committerfioncat2025-03-20 18:03:06 +0800
commitd5585f6631cb56ab6858a4228e61596321a24bbb (patch)
tree79f2800eed7e90b531861625175e51df3b69036d
parent64df9e98410212e3115288df848adf7062be817d (diff)
downloadaur-d5585f6631cb56ab6858a4228e61596321a24bbb.tar.gz
update to 0.18.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac94f4f0fe10..3f20afd5d113 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = roxide-release
pkgdesc = A git repositories manager CLI, easy to use and very fast
- pkgver = 0.17.4
+ pkgver = 0.18.0
pkgrel = 1
url = https://github.com/fioncat/roxide
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = roxide-release
depends = fzf
options = !strip
options = !debug
- source = roxide-release-0.17.4::https://github.com/fioncat/roxide/releases/download/v0.17.4/roxide-linux-amd64.tar.gz
- sha256sums = 7853b6a66bd4186a9e8c3b9c937b28a938ca7ce19f3855da08d14d6fe8d64f63
+ source = roxide-release-0.18.0::https://github.com/fioncat/roxide/releases/download/v0.18.0/roxide-linux-amd64.tar.gz
+ sha256sums = f7a436e316d8b948ac964c1a9b5e8766f201011ab2c53545cb020d79167fe478
pkgname = roxide-release
diff --git a/PKGBUILD b/PKGBUILD
index 9ecbe65b2e5e..7a578ba19e63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wenqian <lazycat7706@gmail.com>
pkgname=roxide-release
-pkgver=0.17.4
+pkgver=0.18.0
pkgrel=1
pkgdesc="A git repositories manager CLI, easy to use and very fast"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('git' 'fzf')
source=("$pkgname-$pkgver::https://github.com/fioncat/roxide/releases/download/v${pkgver}/roxide-linux-amd64.tar.gz")
-sha256sums=('7853b6a66bd4186a9e8c3b9c937b28a938ca7ce19f3855da08d14d6fe8d64f63')
+sha256sums=('f7a436e316d8b948ac964c1a9b5e8766f201011ab2c53545cb020d79167fe478')
options=('!strip' '!debug')