summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfioncat2024-12-26 11:10:05 +0800
committerfioncat2024-12-26 11:10:05 +0800
commit51ceb1f3ae9b255dd1632f13834d45f77cb1a31e (patch)
treefc826a266f7349eb2bb13eedad13c1c7af55586a
parent3be74c75e790721f14b179ecc9d318264b24528c (diff)
downloadaur-51ceb1f3ae9b255dd1632f13834d45f77cb1a31e.tar.gz
update to 0.17.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f69513d7b7cd..48782adc258e 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.1
+ pkgver = 0.17.4
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.1::https://github.com/fioncat/roxide/releases/download/v0.17.1/roxide-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 3d36fadc5c197304cb53eb894771efafbdbbdb1d173b16797f8d8b51301d6a2e
+ source = roxide-release-0.17.4::https://github.com/fioncat/roxide/releases/download/v0.17.4/roxide-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 8b44377d537e453fb07f5ffc5cdafbda0e6732c0179eaff2d17a47cef992fa8a
pkgname = roxide-release
diff --git a/PKGBUILD b/PKGBUILD
index 60d50ce204c1..12e4bb1516d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wenqian <lazycat7706@gmail.com>
pkgname=roxide-release
-pkgver=0.17.1
+pkgver=0.17.4
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-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=('3d36fadc5c197304cb53eb894771efafbdbbdb1d173b16797f8d8b51301d6a2e')
+sha256sums=('8b44377d537e453fb07f5ffc5cdafbda0e6732c0179eaff2d17a47cef992fa8a')
options=('!strip' '!debug')