aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2022-03-17 14:21:28 +0300
committerAndrey Novikov2022-03-17 14:21:28 +0300
commit750807c5a9bae063df446b6b8e146beb2231babf (patch)
tree267612da7ad32fa8acba18825c4f3bdd0bf95274 /PKGBUILD
parentf96e345f3d7d2bd88cc1fbe98c5a46b5d5cca92b (diff)
downloadaur-750807c5a9bae063df446b6b8e146beb2231babf.tar.gz
Upgrade imgproxy to 3.3.2
See https://github.com/imgproxy/imgproxy/releases/tag/v3.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c117b959c4b..9c623cce762e 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.3.1
+pkgver=3.3.2
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=('69a9008577b1d425fe05f9d3646b51c2eb35bb267ba325e95c14ad10a04bd1d2')
+sha256sums=('45151781f0d419a2293be97c5e26ed91826a7232eeb298937438cc7b4a4f2a31')
build() {
cd "$pkgname-$pkgver"