diff options
author | devome | 2024-06-15 18:26:46 +0800 |
---|---|---|
committer | devome | 2024-06-15 18:26:46 +0800 |
commit | a63e4a19a6db7c3e58ead648a4db94ab5fe60405 (patch) | |
tree | af01357b65de5a2569a122d1aab411defd8ed959 | |
parent | 647d8f064b62ff4fb7ee3347c6a2470fa1a9a606 (diff) | |
download | aur-a63e4a19a6db7c3e58ead648a4db94ab5fe60405.tar.gz |
stirling-pdf-bin: 0.26.1-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = stirling-pdf-bin pkgdesc = Locally hosted web application that allows you to perform various operations on PDF files - pkgver = 0.26.0 + pkgver = 0.26.1 pkgrel = 1 url = https://github.com/Stirling-Tools/Stirling-PDF arch = any @@ -146,12 +146,12 @@ pkgbase = stirling-pdf-bin provides = stirling-pdf conflicts = stirling-pdf backup = etc/stirling-pdf/stirling-pdf.env - source = stirling-pdf.jar::https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v0.26.0/Stirling-PDF-with-login.jar + source = stirling-pdf.jar::https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v0.26.1/Stirling-PDF-with-login.jar source = stirling-pdf.env source = stirling-pdf.service source = stirling-pdf.sysusers source = stirling-pdf.tmpfiles - sha256sums = 1c464ea1c80cc51776cb470c5bcc479c839e2a8a792a4a6606e1de5be5222121 + sha256sums = 93f2e10310801f271896c777443f5008f01aee964d013a88cfa22da2000f4e25 sha256sums = e42cd1b7f960be61c93a141084002c8a8a0dc832a437b1e4b4a21004dfe4243d sha256sums = 2bb657dff015c992782eddfd036cc001c105bb57e052e8b2fe3f80161a450070 sha256sums = 0f8b3d727955536ae3ed98e8aeccb8f073e4c97c36a95de595624a71ea5fdd11 @@ -2,7 +2,7 @@ _pkgname="stirling-pdf" pkgname="${_pkgname}-bin" -pkgver=0.26.0 +pkgver=0.26.1 pkgrel=1 pkgdesc="Locally hosted web application that allows you to perform various operations on PDF files" arch=("any") @@ -18,7 +18,7 @@ source=("${_pkgname}.jar::${url}/releases/download/v${pkgver}/Stirling-PDF-with- "${_pkgname}.service" "${_pkgname}.sysusers" "${_pkgname}.tmpfiles") -sha256sums=('1c464ea1c80cc51776cb470c5bcc479c839e2a8a792a4a6606e1de5be5222121' +sha256sums=('93f2e10310801f271896c777443f5008f01aee964d013a88cfa22da2000f4e25' 'e42cd1b7f960be61c93a141084002c8a8a0dc832a437b1e4b4a21004dfe4243d' '2bb657dff015c992782eddfd036cc001c105bb57e052e8b2fe3f80161a450070' '0f8b3d727955536ae3ed98e8aeccb8f073e4c97c36a95de595624a71ea5fdd11' |