mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2025-04-19 09:10:00 -05:00
Compare commits
2 commits
95c5d35820
...
ac3736f804
Author | SHA1 | Date | |
---|---|---|---|
ac3736f804 | |||
e928c6d698 |
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.3.0
|
version=2.3.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=('d44a9ba42884f24bf4b67780c404c2647167802b44b3b8988400ef0b53da1cf0')
|
checksums_amd64=('d880209bea1b3e22ec29fe2d5b0581e044ffafc944c8fe90666056d53fae6511')
|
||||||
package() {
|
package() {
|
||||||
# Binary
|
# Binary
|
||||||
install-binary "./${name}"
|
install-binary "./${name}"
|
||||||
|
|
Loading…
Reference in a new issue