aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanehobrecht2023-12-14 12:43:32 -0800
committerdanehobrecht2023-12-14 12:43:32 -0800
commitc6559a8823a5037083531d89f96c1b06c20c6038 (patch)
tree6c59e23f75bb8da7c3671287e7cbd0c72b2bcf55
parent544b24833bee977feab48acf31bdbfcb7e4bcca3 (diff)
downloadaur-c6559a8823a5037083531d89f96c1b06c20c6038.tar.gz
modified: .SRCINFO
modified: PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a575ef1158ce..d4a86ea1cbe3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = fzd-bin
pkgdesc = Fuzzy-found file or URL opener in the user's default application.
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/danehobrecht/fzd
arch = any
license = GPL
depends = fzf
depends = xdg-utils
- source = https://github.com/danehobrecht/fzd/archive/refs/tags/1.0.1.tar.gz
+ source = https://github.com/danehobrecht/fzd/archive/refs/tags/1.0.2.tar.gz
sha256sums = 568f72aa7321f117bfe718645ca1bad475894acc34c219ac0cbd583fc368a19d
pkgname = fzd-bin \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index d97e9f4e94ce..13b528abac7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dane Hobrecht <76x5l22l@anonaddy.me>
pkgname=fzd-bin
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="Fuzzy-found file or URL opener in the user's default application."
arch=('any')