Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ulozto-downloader and python3-colorama #43725

Merged
merged 2 commits into from Aug 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion srcpkgs/python3-colorama/template
Expand Up @@ -7,7 +7,7 @@ hostmakedepends="hatchling"
depends="python3"
checkdepends="python3-pytest"
short_desc="Cross-platform colored terminal text (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Emil Miler <em@0x45.cz>"
license="BSD-3-Clause"
homepage="https://github.com/tartley/colorama"
changelog="https://github.com/tartley/colorama/raw/master/CHANGELOG.rst"
Expand Down
9 changes: 5 additions & 4 deletions srcpkgs/ulozto-downloader/template
@@ -1,18 +1,19 @@
# Template file for 'ulozto-downloader'
pkgname=ulozto-downloader
version=3.4.1
version=3.5.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="tor python3-ansicolors python3-tkinter python3-requests python3-Pillow
python3-numpy python3-pysocks python3-stem"
python3-numpy python3-pysocks python3-stem python3-cloudscraper
python3-colorama"
short_desc="Uloz.to quick multiple sessions downloader"
maintainer="Emil Miler <em@0x45.cz>"
license="MIT"
homepage="https://github.com/setnicka/ulozto-downloader"
changelog="https://github.com/eoyilmaz/setnicka/ulozto-downloader/releases/tag/${version}"
changelog="https://github.com/setnicka/ulozto-downloader/releases"
distfiles="https://github.com/setnicka/ulozto-downloader/archive/refs/tags/${version}.tar.gz"
checksum=b8f847e67b087f46aec01880df5bf77a87dc00cad1eed8edd715b2d1af3ec002
checksum=b0aeecdc2b1c53d2aba2bf6ea61d01d9d86850ecebfef205f98831f1a08091e8
make_check=no # no internal test suite present

post_install() {
Expand Down