diff options
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ pkgbase = swiftfetch pkgdesc = A fast and efficient fetch utility written in Rust - pkgver = 1.0.3 + pkgver = 1.0.4 pkgrel = 1 url = https://github.com/Ly-sec/swiftfetch install = swiftfetch.install @@ -11,7 +11,7 @@ pkgbase = swiftfetch makedepends = git depends = gcc-libs depends = glibc - source = git+https://github.com/Ly-sec/swiftfetch.git#tag=v1.0.3 + source = git+https://github.com/Ly-sec/swiftfetch.git#tag=v1.0.4 sha256sums = SKIP pkgname = swiftfetch @@ -1,7 +1,7 @@ # Maintainer: Lysec pkgname=swiftfetch -pkgver=1.0.3 +pkgver=1.0.4 pkgrel=1 pkgdesc="A fast and efficient fetch utility written in Rust" arch=('x86_64') |