Bump version to 2.0.1
This commit is contained in:
parent
c9ae8d26f3
commit
fb2163ba34
4
PKGBUILD
4
PKGBUILD
@ -1,7 +1,7 @@
|
||||
# Maintainer: Eric Torres <eric.torres@its-et.me>
|
||||
pkgname=file-scripts
|
||||
pkgver=2.0.0
|
||||
pkgrel=2
|
||||
pkgver=2.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="Various scripts for performing file-related operations such as editing and deleting."
|
||||
arch=(any)
|
||||
license=(GPL3)
|
||||
|
@ -5,7 +5,7 @@ set -e
|
||||
trap 'exit 1' SIGINT
|
||||
|
||||
# Constants
|
||||
VERSION=2.0.0
|
||||
VERSION=2.0.1
|
||||
template_dir="$HOME/Templates"
|
||||
fd_opts=(--type f --threads "$(nproc)")
|
||||
|
||||
|
@ -5,7 +5,7 @@ set -e
|
||||
trap 'exit 1' SIGINT
|
||||
|
||||
# Constants
|
||||
VERSION=2.0.0
|
||||
VERSION=2.0.1
|
||||
|
||||
BOOT_DIR='/boot'
|
||||
ETC_DIR='/etc'
|
||||
|
@ -5,7 +5,7 @@ set -e
|
||||
trap 'exit 1' SIGINT
|
||||
|
||||
# Constants
|
||||
VERSION='2.0.0'
|
||||
VERSION='2.0.1'
|
||||
RED=$'\e[1;31m'
|
||||
GREEN=$'\e[1;32m'
|
||||
BLUE=$'\e[1;34m'
|
||||
|
@ -2,7 +2,7 @@ class FileScripts < Formula
|
||||
desc "Various scripts for performing file-related operations"
|
||||
homepage "https://github.com/etorres4/file-scripts"
|
||||
url "https://github.com/etorres4/file-scripts", :using => :git
|
||||
version "2.0.0"
|
||||
version "2.0.1"
|
||||
sha256 "fad7da96c72c8bef81f3ec6a2d1cb13b09fb44e084f98b05ba3a7dfd8b41ae12"
|
||||
|
||||
depends_on "fd"
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: file-scripts
|
||||
Version: 2.0.0
|
||||
Version: 2.0.1
|
||||
Release: 0
|
||||
Summary: Set of scripts for manipulating files
|
||||
License: GPL-3.0-only
|
||||
|
@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
||||
[project]
|
||||
name = "file-scripts"
|
||||
authors = [{name="Eric Torres", email="eric.torres@its-et.me"}]
|
||||
version = "2.0.0"
|
||||
version = "2.0.1"
|
||||
description = "File-related helper-scripts"
|
||||
readme = "README"
|
||||
license = {file = "LICENSE"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user