aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2023-04-19 23:22:24 +0900
committerAndrey Novikov2023-04-19 23:22:24 +0900
commitdde3d1e74b70b0c3610ee730351b0efb8a0cf06f (patch)
treec391ab51e48e769c56e80eb0cf3134df1c014b0e /PKGBUILD
parent9a36a70f4088b410c0a8e74b5d324062d70924ab (diff)
downloadaur-dde3d1e74b70b0c3610ee730351b0efb8a0cf06f.tar.gz
Upgrade imgproxy to 3.16.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.16.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afd27bc3e430..eb0c1481f8d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=imgproxy
pkgdesc="Fast and secure standalone server for resizing and converting remote images"
-pkgver=3.15.0
+pkgver=3.16.0
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/imgproxy/imgproxy"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('libvips>=8.10')
makedepends=('go' 'rsync')
source=("https://github.com/imgproxy/imgproxy/archive/v${pkgver}.tar.gz")
-sha256sums=('57077545c3aef8895ac5b92e7896779edf1200e819f4799c8d05d28fdd21b55b')
+sha256sums=('44a06428f37a271852738bcdbb8d8cdb662cf5ee23876b1aca1c61872ad10f87')
build() {
cd "$pkgname-$pkgver"