Skip to content

Commit

Permalink
AU: 1 updated - ubooquity
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Oct 16, 2024
1 parent 2a38823 commit 02d482a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
6 changes: 3 additions & 3 deletions automatic/ubooquity/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageName = 'ubooquity'
$packageName = 'ubooquity'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'http://vaemendis.net/ubooquity/downloads/Ubooquity-2.1.2.zip'
$checksum = 'D880955B1CB5635BE70F7A9D4FFDD1CAB4F528683E9FC7E978B6E3658A69024C'
$url = 'https://stompsoftware.com/downloadfiles/albumstomp/SetupAlbumStompV2.exe'
$checksum = 'e6da1083635df601b5eb841de879a2286efef0982bc4d9c3183f4f2126fd0a9c'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
25 changes: 15 additions & 10 deletions automatic/ubooquity/ubooquity.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,39 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ubooquity</id>
<version>2.1.2</version>
<version>2.1.5</version>
<title>Ubooquity</title>
<authors>Vae Mendis Software</authors>
<owners>tunisiano</owners>
<licenseUrl>http://vaemendis.net/ubooquity/static12/license</licenseUrl>
<projectUrl>http://vaemendis.net/ubooquity/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@3a3d126323e20a44f92db6eb2fe5291e5d76c740/icons/ubooquity.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>![Screenshot of Ubooquity Server](http://vaemendis.net/ubooquity/data/images/V2-desktop-UI.png)
<description><![CDATA[## Ubooquity
###Ubooquity is a free home server for your comics and ebooks library. Read your ebooks and comics on your favorite device, wherever you go.
![Screenshot of Ubooquity Server](http://vaemendis.net/ubooquity/data/images/V2-desktop-UI.png)
###Versatile
### Ubooquity is a free home server for your comics and ebooks library. Read your ebooks and comics on your favorite device, wherever you go.
### Versatile
Ubooquity supports many types of files, with a preference for ePUB, CBZ, CBR and PDF files.
Metadata from library management software Calibre and ComicRack are also supported.
###Lightweight and multi-platform
### Lightweight and multi-platform
Ubooquity can be installed on any OS supporting Java (Windows, Linux, Mac OS...) and on a wide range of hardware (desktop computer, server, NAS...).
###Secure
### Secure
Ubooquity lets you create user accounts and set access rights for each shared folder.
Connections can be protected (HTTPS) using your own certificate.
**[PACKAGE NOTES](https://github.com/bcurran3/ChocolateyPackages/blob/master/ubooquity/readme.md)**
#### [choco://ubooquity](choco://ubooquity)
To use choco:// protocol URLs, install [(unofficial) choco:// Protocol support ](https://chocolatey.org/packages/choco-protocol-support)
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)
***
**Click here to [Patreon-ize](https://www.patreon.com/bcurran3) the package maintainer.**
***</description>
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
]]></description>
<summary>Ubooquity is a home server for comics and ebooks</summary>
<releaseNotes>http://vaemendis.net/ubooquity/categorie2/release</releaseNotes>
<copyright>Vae Mendis Software</copyright>
Expand Down

0 comments on commit 02d482a

Please sign in to comment.