diff options
author | devome | 2024-11-26 17:15:08 +0800 |
---|---|---|
committer | devome | 2024-11-26 17:15:08 +0800 |
commit | 4670e2cb3daeddf1e79e99b0f767a20f991758f2 (patch) | |
tree | 9318b8ce3a7254ebd051974f241a931aa89c6c23 | |
parent | ae5b56c15cd933d6ee72e5f9a98d4aff874dd743 (diff) | |
download | aur-4670e2cb3daeddf1e79e99b0f767a20f991758f2.tar.gz |
stirling-pdf-bin: 0.34.0-1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 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.33.1 + pkgver = 0.34.0 pkgrel = 1 url = https://github.com/Stirling-Tools/Stirling-PDF arch = any @@ -145,14 +145,14 @@ pkgbase = stirling-pdf-bin optdepends = tesseract-data-yor: for yor language OCR provides = stirling-pdf conflicts = stirling-pdf - noextract = stirling-pdf-0.33.1.jar + noextract = stirling-pdf-0.34.0.jar backup = etc/stirling-pdf/stirling-pdf.env - source = stirling-pdf-0.33.1.jar::https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v0.33.1/Stirling-PDF-with-login.jar + source = stirling-pdf-0.34.0.jar::https://github.com/Stirling-Tools/Stirling-PDF/releases/download/v0.34.0/Stirling-PDF-with-login.jar source = stirling-pdf.env source = stirling-pdf.service source = stirling-pdf.sysusers source = stirling-pdf.tmpfiles - sha256sums = 161e7ff175b51964d3f06662cf0672cbceafc9ce2a4995f3703fd1b9594f80f6 + sha256sums = 2b7194d97de4712826e93c1179ac79295de77f38777fb85f1e5a32bd1fc85359 sha256sums = 21eb87b52d8502b10b339f9d2267530fcaa73f849317ad25102b6bd489ce9280 sha256sums = 2bb657dff015c992782eddfd036cc001c105bb57e052e8b2fe3f80161a450070 sha256sums = 0f8b3d727955536ae3ed98e8aeccb8f073e4c97c36a95de595624a71ea5fdd11 @@ -2,7 +2,7 @@ _pkgname="stirling-pdf" pkgname="${_pkgname}-bin" -pkgver=0.33.1 +pkgver=0.34.0 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}-${pkgver}.jar::${url}/releases/download/v${pkgver}/Stirling "${_pkgname}.service" "${_pkgname}.sysusers" "${_pkgname}.tmpfiles") -sha256sums=('161e7ff175b51964d3f06662cf0672cbceafc9ce2a4995f3703fd1b9594f80f6' +sha256sums=('2b7194d97de4712826e93c1179ac79295de77f38777fb85f1e5a32bd1fc85359' '21eb87b52d8502b10b339f9d2267530fcaa73f849317ad25102b6bd489ce9280' '2bb657dff015c992782eddfd036cc001c105bb57e052e8b2fe3f80161a450070' '0f8b3d727955536ae3ed98e8aeccb8f073e4c97c36a95de595624a71ea5fdd11' |