Commit a6eec81d authored by Ed Reel's avatar Ed Reel Committed by GitHub

Update urlwatch from 2.7-1 to 2.23 (#5647)

parent f2155900
......@@ -3,27 +3,28 @@ require 'package'
class Urlwatch < Package
description 'A tool for monitoring webpages for updates'
homepage 'https://thp.io/2008/urlwatch/'
version '2.7-1'
version '2.23'
license 'BSD'
compatibility 'all'
source_url 'https://github.com/thp/urlwatch/archive/2.7.tar.gz'
source_sha256 '0a7b46d161501463dda99a1d82daf00237e2627616beaa6ccbf04d6c70c68ded'
source_url 'https://github.com/thp/urlwatch/archive/2.23.tar.gz'
source_sha256 'b61997ec6229b2cb22b7121d0b666da91e524e212d126f55cd939d230daa5887'
binary_url ({
aarch64: 'https://downloads.sourceforge.net/project/chromebrew/armv7l/urlwatch-2.7-1-chromeos-armv7l.tar.xz',
armv7l: 'https://downloads.sourceforge.net/project/chromebrew/armv7l/urlwatch-2.7-1-chromeos-armv7l.tar.xz',
i686: 'https://downloads.sourceforge.net/project/chromebrew/i686/urlwatch-2.7-1-chromeos-i686.tar.xz',
x86_64: 'https://downloads.sourceforge.net/project/chromebrew/x86_64/urlwatch-2.7-1-chromeos-x86_64.tar.xz',
binary_url({
aarch64: 'https://downloads.sourceforge.net/project/chromebrew/armv7l/urlwatch-2.23-chromeos-armv7l.tar.xz',
armv7l: 'https://downloads.sourceforge.net/project/chromebrew/armv7l/urlwatch-2.23-chromeos-armv7l.tar.xz',
i686: 'https://downloads.sourceforge.net/project/chromebrew/i686/urlwatch-2.23-chromeos-i686.tar.xz',
x86_64: 'https://downloads.sourceforge.net/project/chromebrew/x86_64/urlwatch-2.23-chromeos-x86_64.tar.xz'
})
binary_sha256 ({
aarch64: 'daab4655856fab857ec59c3c946aceaba592a74e2e655473ec5189bf2370326e',
armv7l: 'daab4655856fab857ec59c3c946aceaba592a74e2e655473ec5189bf2370326e',
i686: 'a19bcb80f178fffd27170d30ebda7f4b113f59ed4249a1c3ca36100e6a589072',
x86_64: '7c41c7dddfcc0d6ed8563019c047a1c940fe33b1b920b6071a3be8e432367c53',
binary_sha256({
aarch64: '8b23e4d28741b7d0287be81957a599fad546b048fd66b8a4b7e71a53a27c678e',
armv7l: '8b23e4d28741b7d0287be81957a599fad546b048fd66b8a4b7e71a53a27c678e',
i686: '5f4be490ff9b44052563617a9085ab4e9c861cbe33f059626b6e00a5d321b549',
x86_64: '48f21d5770116a5fb650b6d3c7c860172653ddfbb0209485ee250422f69e259e'
})
def self.install
system "python3 -m pip install pyyaml minidb requests keyring appdirs chump pushbullet.py pycodestyle --root #{CREW_DEST_DIR}"
system "pip3 install urlwatch --prefix #{CREW_PREFIX} --root #{CREW_DEST_DIR}"
system "CRYPTOGRAPHY_DONT_BUILD_RUST=1 pip3 install \
--prefix #{CREW_PREFIX} --root #{CREW_DEST_DIR} -r requirements.txt"
system "python3 setup.py install --prefix #{CREW_PREFIX} --root #{CREW_DEST_DIR}"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment