mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-07 03:50:08 +02:00
👌 Remove appcast
since it is no longer expected
This commit is contained in:
@ -134,7 +134,6 @@ class TestableConfigurations {
|
|||||||
sha256 '1cb147bd1b1fbd52971d90dff577465b644aee7c878f15ede57f46e8f217067a'
|
sha256 '1cb147bd1b1fbd52971d90dff577465b644aee7c878f15ede57f46e8f217067a'
|
||||||
|
|
||||||
url 'https://github.com/nicoverbruggen/phpmon/releases/download/v6.0/phpmon-dev.zip'
|
url 'https://github.com/nicoverbruggen/phpmon/releases/download/v6.0/phpmon-dev.zip'
|
||||||
appcast 'https://github.com/nicoverbruggen/phpmon/releases.atom'
|
|
||||||
name 'PHP Monitor DEV'
|
name 'PHP Monitor DEV'
|
||||||
homepage 'https://phpmon.app'
|
homepage 'https://phpmon.app'
|
||||||
|
|
||||||
|
@ -41,7 +41,6 @@ final class UpdateCheckTest: UITestCase {
|
|||||||
sha256 '1cb147bd1b1fbd52971d90dff577465b644aee7c878f15ede57f46e8f217067a'
|
sha256 '1cb147bd1b1fbd52971d90dff577465b644aee7c878f15ede57f46e8f217067a'
|
||||||
|
|
||||||
url 'https://github.com/nicoverbruggen/phpmon/releases/download/v99.0/phpmon-dev.zip'
|
url 'https://github.com/nicoverbruggen/phpmon/releases/download/v99.0/phpmon-dev.zip'
|
||||||
appcast 'https://github.com/nicoverbruggen/phpmon/releases.atom'
|
|
||||||
name 'PHP Monitor DEV'
|
name 'PHP Monitor DEV'
|
||||||
homepage 'https://phpmon.app'
|
homepage 'https://phpmon.app'
|
||||||
|
|
||||||
@ -74,7 +73,6 @@ final class UpdateCheckTest: UITestCase {
|
|||||||
sha256 '1cb147bd1b1fbd52971d90dff577465b644aee7c878f15ede57f46e8f217067a'
|
sha256 '1cb147bd1b1fbd52971d90dff577465b644aee7c878f15ede57f46e8f217067a'
|
||||||
|
|
||||||
url 'https://github.com/nicoverbruggen/phpmon/releases/download/v99.0/phpmon-dev.zip'
|
url 'https://github.com/nicoverbruggen/phpmon/releases/download/v99.0/phpmon-dev.zip'
|
||||||
appcast 'https://github.com/nicoverbruggen/phpmon/releases.atom'
|
|
||||||
name 'PHP Monitor DEV'
|
name 'PHP Monitor DEV'
|
||||||
homepage 'https://phpmon.app'
|
homepage 'https://phpmon.app'
|
||||||
|
|
||||||
|
@ -47,6 +47,5 @@ class CaskFileParserTest: XCTestCase {
|
|||||||
XCTAssertTrue(caskFile.properties.keys.contains("version"))
|
XCTAssertTrue(caskFile.properties.keys.contains("version"))
|
||||||
XCTAssertTrue(caskFile.properties.keys.contains("homepage"))
|
XCTAssertTrue(caskFile.properties.keys.contains("homepage"))
|
||||||
XCTAssertTrue(caskFile.properties.keys.contains("url"))
|
XCTAssertTrue(caskFile.properties.keys.contains("url"))
|
||||||
XCTAssertTrue(caskFile.properties.keys.contains("appcast"))
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,6 @@ cask 'phpmon-dev' do
|
|||||||
sha256 '1cb147bd1b1fbd52971d90dff577465b644aee7c878f15ede57f46e8f217067a'
|
sha256 '1cb147bd1b1fbd52971d90dff577465b644aee7c878f15ede57f46e8f217067a'
|
||||||
|
|
||||||
url 'https://github.com/nicoverbruggen/phpmon/releases/download/v5.7.2/phpmon-dev.zip'
|
url 'https://github.com/nicoverbruggen/phpmon/releases/download/v5.7.2/phpmon-dev.zip'
|
||||||
appcast 'https://github.com/nicoverbruggen/phpmon/releases.atom'
|
|
||||||
name 'PHP Monitor DEV'
|
name 'PHP Monitor DEV'
|
||||||
homepage 'https://phpmon.app'
|
homepage 'https://phpmon.app'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user