aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2022-02-21 17:57:14 +0300
committerAndrey Novikov2022-02-21 17:57:14 +0300
commit671f447331259c27f512c9c50676644d5b058a6d (patch)
treedcbe4e138a2034aa5f48f6ae77638a82c52831f7 /PKGBUILD
parent3dda9c96ae66c7c950ad6c5f0c62858fc3af0b23 (diff)
downloadaur-671f447331259c27f512c9c50676644d5b058a6d.tar.gz
Upgrade imgproxy to 3.3.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7c860da1d35..0fd1d9338ff6 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.2.2
+pkgver=3.3.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=('be0beb29fab9e3bd8f36a6ba90a933257d9bf8322a130aef6db17503ccbbf6ac')
+sha256sums=('b3bc7abd760cd80c3a0a94f8413e31bad9aec0665a054bc1b072133a3b3a8437')
build() {
cd "$pkgname-$pkgver"