mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2024-12-25 22:38:36 -06:00
Bumped movie-rename version to 2.1.1
This commit is contained in:
parent
b9d5c7326c
commit
5731210136
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Sintan Santorum <c1scu0hh at anonaddy dot me>
|
# Maintainer: Sintan Santorum <c1scu0hh at anonaddy dot me>
|
||||||
name="movie-rename"
|
name="movie-rename"
|
||||||
version=2.1.0
|
version=2.1.1
|
||||||
release=1
|
release=1
|
||||||
desc="A simple tool to rename movies, written in Rust."
|
desc="A simple tool to rename movies, written in Rust."
|
||||||
architectures=('amd64')
|
architectures=('amd64')
|
||||||
|
@ -8,7 +8,7 @@ homepage='https://github.com/SinTan1729/movie_rename'
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
provides=('movie-rename')
|
provides=('movie-rename')
|
||||||
sources_amd64=("${homepage}/releases/download/${version}/${name}.tar.gz")
|
sources_amd64=("${homepage}/releases/download/${version}/${name}.tar.gz")
|
||||||
checksums_amd64=('3cff29055a1386ec3045b89c97954a5040d9697f3041aed17275ac0972f7d534')
|
checksums_amd64=('27f7353bbd315a1a7910060e75d8d37fc9217b83febf118769c02ba5e6bb0fbe')
|
||||||
package() {
|
package() {
|
||||||
# Binary
|
# Binary
|
||||||
install -Dm755 ./${name} "${pkgdir}/usr/local/bin/${name}"
|
install -Dm755 ./${name} "${pkgdir}/usr/local/bin/${name}"
|
||||||
|
|
Loading…
Reference in a new issue