mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
UploadIt: bump to v1.2.1
v1.2.1 changes the online service back to http://0x0.st
This commit is contained in:
@@ -1,11 +1,24 @@
|
||||
SUMMARY="A Tracker add-on to upload a file to an online service"
|
||||
DESCRIPTION="UploadIt is a Tracker Add-On that uploads a single file to the \
|
||||
online service Oshi at https://oshi.at. The URL for the uploaded file is put \
|
||||
into the clipboard after the upload has finished, ready to be pasted into an \
|
||||
email, a chat window or forum post.
|
||||
online service The Null Pointer at http://0x0.st/. The URL for the uploaded \
|
||||
file is put into the clipboard after the upload has finished, ready to be \
|
||||
pasted into an email, a chat window or forum post.
|
||||
|
||||
The expiration time for the uploaded file is hard-coded to 2 weeks.
|
||||
Oshi currently allows files up to 1000 MiB in size.
|
||||
Depending on the file size, uploaded files are retained for 30 days to one \
|
||||
year. The maximum file size is 512 MiB.
|
||||
0x0.st is NOT a platform for:
|
||||
* piracy
|
||||
* pornography
|
||||
* extremist material of any kind
|
||||
* malware / botnet C&C
|
||||
* anything related to crypto currencies
|
||||
* backups
|
||||
* CI build artifacts
|
||||
* doxxing, database dumps containing personal information
|
||||
* anything illegal under German law
|
||||
|
||||
Uploads found to be in violation of these rules will be removed, and the \
|
||||
originating IP address blocked from further uploads.
|
||||
|
||||
Tip: Install Clipdinger from HaikuDepot. It includes a 'Clipboard Monitor' \
|
||||
that you can embed as Replicant on the Desktop. When you see the upload URL \
|
||||
@@ -16,10 +29,10 @@ COPYRIGHT="2018-2020 Humdinger"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="55ae16fb7de330ec2fdf85da7451e6ba3f192ada2e140ced034191398844d67c"
|
||||
CHECKSUM_SHA256="4ce7d9ea44b16877efc3f127aa04ab7ca38f1d24df2025371bd844d76e5ab394"
|
||||
SOURCE_DIR="UploadIt-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
ARCHITECTURES="x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
uploadit = $portVersion
|
||||
Reference in New Issue
Block a user