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.0
This commit is contained in:
parent
419db1786d
commit
b9d5c7326c
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.0.0
|
version=2.1.0
|
||||||
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=('08f26365c2640dbac2c27f23cdcc58a4a3f62ea0b48bbba88af5c29590f5d401')
|
checksums_amd64=('3cff29055a1386ec3045b89c97954a5040d9697f3041aed17275ac0972f7d534')
|
||||||
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