Bump version to 1.2.0
This commit is contained in:
parent
c9b232e27d
commit
3ae688eafa
4
PKGBUILD
4
PKGBUILD
@ -1,7 +1,7 @@
|
||||
# Maintainer: Eric Torres <erictorres4@protonmail.com>
|
||||
pkgname=file-scripts
|
||||
pkgver=1.1.4
|
||||
pkgrel=3
|
||||
pkgver=1.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="Various scripts for performing file-related operations such as editing and deleting."
|
||||
arch=(any)
|
||||
license=(GPL3)
|
||||
|
@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
MAJOR_VERSION=1
|
||||
MINOR_VERSION=1
|
||||
PATCH_VERSION=4
|
||||
MINOR_VERSION=2
|
||||
PATCH_VERSION=0
|
||||
|
||||
if [[ "$1" == '--print' ]]; then
|
||||
echo "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}"
|
||||
|
@ -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 "1.1.4"
|
||||
version "1.2.0"
|
||||
sha256 "fad7da96c72c8bef81f3ec6a2d1cb13b09fb44e084f98b05ba3a7dfd8b41ae12"
|
||||
|
||||
depends_on "fd"
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: file-scripts
|
||||
Version: 1.1.3
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: Set of scripts for manipulating files
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
x
Reference in New Issue
Block a user