Skip to content

Commit

Permalink
Update Teletube to v0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manfred committed Jul 11, 2024
1 parent 80a592b commit 6a68917
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/teletube.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Teletube < Formula
desc 'Command line interface for interacting with the SWITCHtube web service'
desc 'Command line interface for interacting with the Switch Tube web service'

Check failure on line 2 in Formula/teletube.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-latest)

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Check failure on line 2 in Formula/teletube.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-latest)

FormulaAudit/Desc: Description should use "Command-line" instead of "Command line".

Check failure on line 2 in Formula/teletube.rb

View workflow job for this annotation

GitHub Actions / test-bot (macOS-latest)

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Check failure on line 2 in Formula/teletube.rb

View workflow job for this annotation

GitHub Actions / test-bot (macOS-latest)

FormulaAudit/Desc: Description should use "Command-line" instead of "Command line".
homepage 'https://github.com/Fingertips/teletube'

Check failure on line 3 in Formula/teletube.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-latest)

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Check failure on line 3 in Formula/teletube.rb

View workflow job for this annotation

GitHub Actions / test-bot (macOS-latest)

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
url 'https://github.com/Fingertips/teletube/archive/refs/tags/v0.1.0.tar.gz'
version '0.1.0'
sha256 '7cfe1070f6e227c924aa01507b55cf29aa3790dd538324f71b6f6fd672052e49'
url 'https://github.com/Fingertips/teletube/archive/refs/tags/v0.3.0.tar.gz'

Check failure on line 4 in Formula/teletube.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-latest)

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Check failure on line 4 in Formula/teletube.rb

View workflow job for this annotation

GitHub Actions / test-bot (macOS-latest)

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
version '0.3.0'

Check failure on line 5 in Formula/teletube.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-latest)

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Check failure on line 5 in Formula/teletube.rb

View workflow job for this annotation

GitHub Actions / test-bot (macOS-latest)

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
sha256 '4d9f6b92455d78e963a82ddf9ea8381f706b42b9c4058004bec7c4b412065dbf'

Check failure on line 6 in Formula/teletube.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-latest)

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Check failure on line 6 in Formula/teletube.rb

View workflow job for this annotation

GitHub Actions / test-bot (macOS-latest)

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
head 'https://github.com/Fingertips/teletube.git'

Check failure on line 7 in Formula/teletube.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-latest)

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Check failure on line 7 in Formula/teletube.rb

View workflow job for this annotation

GitHub Actions / test-bot (macOS-latest)

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

depends_on 'crystal-lang' => :build

Check failure on line 9 in Formula/teletube.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-latest)

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Check failure on line 9 in Formula/teletube.rb

View workflow job for this annotation

GitHub Actions / test-bot (macOS-latest)

Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Expand Down

0 comments on commit 6a68917

Please sign in to comment.