Bump version to 1.2.0

This commit is contained in:
Eric Torres 2022-09-30 23:53:26 -07:00
parent c9b232e27d
commit 3ae688eafa
5 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Eric Torres <erictorres4@protonmail.com> # Maintainer: Eric Torres <erictorres4@protonmail.com>
pkgname=file-scripts pkgname=file-scripts
pkgver=1.1.4 pkgver=1.2.0
pkgrel=3 pkgrel=1
pkgdesc="Various scripts for performing file-related operations such as editing and deleting." pkgdesc="Various scripts for performing file-related operations such as editing and deleting."
arch=(any) arch=(any)
license=(GPL3) license=(GPL3)

View File

@ -1,8 +1,8 @@
#!/usr/bin/env bash #!/usr/bin/env bash
MAJOR_VERSION=1 MAJOR_VERSION=1
MINOR_VERSION=1 MINOR_VERSION=2
PATCH_VERSION=4 PATCH_VERSION=0
if [[ "$1" == '--print' ]]; then if [[ "$1" == '--print' ]]; then
echo "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}" echo "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}"

View File

@ -2,7 +2,7 @@ class FileScripts < Formula
desc "Various scripts for performing file-related operations" desc "Various scripts for performing file-related operations"
homepage "https://github.com/etorres4/file-scripts" homepage "https://github.com/etorres4/file-scripts"
url "https://github.com/etorres4/file-scripts", :using => :git url "https://github.com/etorres4/file-scripts", :using => :git
version "1.1.4" version "1.2.0"
sha256 "fad7da96c72c8bef81f3ec6a2d1cb13b09fb44e084f98b05ba3a7dfd8b41ae12" sha256 "fad7da96c72c8bef81f3ec6a2d1cb13b09fb44e084f98b05ba3a7dfd8b41ae12"
depends_on "fd" depends_on "fd"

View File

@ -17,7 +17,7 @@
Name: file-scripts Name: file-scripts
Version: 1.1.3 Version: 1.2.0
Release: 0 Release: 0
Summary: Set of scripts for manipulating files Summary: Set of scripts for manipulating files
License: GPL-3.0-only License: GPL-3.0-only

View File

@ -15,7 +15,7 @@ with open("README", "r") as fh:
# ========== Package Setup ========== # ========== Package Setup ==========
setuptools.setup( setuptools.setup(
name="file_scripts", name="file_scripts",
version="1.1.4", version="1.2.0",
author="Eric Torres", author="Eric Torres",
author_email="erictorres4@protonmail.com", author_email="erictorres4@protonmail.com",
description="File-related helper scripts", description="File-related helper scripts",