Skip to content

Commit

Permalink
mpv-netrc-0.0.1-1: update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Apr 8, 2023
1 parent 6749832 commit 8ed0323
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions mpv-netrc-0.0.1-1.rockspec → mpv-netrc-0.0.2-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
package = 'mpv-netrc'
version = '0.0.1-1'
source = {tag = 'v0.0.1', url = 'git+ssh://[email protected]/Tatsh/mpv-netrc.git'}
version = '0.0.2-1'
source = {tag = 'v0.0.2', url = 'git+ssh://[email protected]/Tatsh/mpv-netrc.git'}
description = {detailed = [[
An mpv script to read usernames and passwords from ~/.netrc. See _[The .netrc file](https://www.gnu.org/software/inetutils/manual/html_node/The-_002enetrc-file.html)_.
]], homepage = 'https://github.com/Tatsh/mpv-netrc',
issues_url = 'https://github.com/Tatsh/mpv-netrc/issues',
license = 'MIT <http://opensource.org/licenses/MIT>',
summary = 'An mpv script to read usernames and passwords from ~/.netrc.'}
dependencies = {'lua >= 5.1'}
build = {type = 'builtin', modules = {netrc = 'netrc.lua'}}
test_dependencies = {'busted'}
test_dependencies = {'busted', 'luacov', 'luacov-coveralls'}
test = {type = 'busted'}
rockspec_format = '3.0'

0 comments on commit 8ed0323

Please sign in to comment.