Bump version to 1.1.3

This commit is contained in:
Eric Torres 2022-09-13 21:37:53 -07:00
parent ccb4518e2c
commit f281353d2a
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: Eric Torres <erictorres4@protonmail.com> # Maintainer: Eric Torres <erictorres4@protonmail.com>
pkgname=file-scripts pkgname=file-scripts
pkgver=1.1.2 pkgver=1.1.3
pkgrel=1 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)

View File

@ -2,8 +2,8 @@ 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.0.1" version "1.1.3"
sha256 "1124f0fabb45341a0daf6ca1f6fc9f7aa13bc921bd2fe25bd6e9744829c7fc96" sha256 "fad7da96c72c8bef81f3ec6a2d1cb13b09fb44e084f98b05ba3a7dfd8b41ae12"
depends_on "fd" depends_on "fd"
depends_on "fzf" depends_on "fzf"

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.2", version="1.1.3",
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",