Update package versions on packaging scripts
This commit is contained in:
parent
4ffc8f29ce
commit
607a7d488b
@ -2,15 +2,16 @@ 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.3"
|
version "1.1.4"
|
||||||
sha256 "fad7da96c72c8bef81f3ec6a2d1cb13b09fb44e084f98b05ba3a7dfd8b41ae12"
|
sha256 "fad7da96c72c8bef81f3ec6a2d1cb13b09fb44e084f98b05ba3a7dfd8b41ae12"
|
||||||
|
|
||||||
depends_on "fd"
|
depends_on "fd"
|
||||||
depends_on "fzf"
|
depends_on "fzf"
|
||||||
depends_on "python@3.10"
|
#depends_on "python@3.10"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system Formula["python@3.10"].opt_bin/"python3", *Language::Python.setup_install_args(prefix)
|
system Formula["python@3.10"].opt_bin/"python3", *Language::Python.setup_install_args(prefix)
|
||||||
|
system
|
||||||
|
|
||||||
# Install completions to zsh/site-functions
|
# Install completions to zsh/site-functions
|
||||||
zsh_completion.install Dir["zsh/_*"]
|
zsh_completion.install Dir["zsh/_*"]
|
||||||
|
2
setup.py
2
setup.py
@ -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.3",
|
version="1.1.4",
|
||||||
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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user