aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2022-04-26 14:41:17 +0300
committerAndrey Novikov2022-04-26 14:41:17 +0300
commit2cc3746a86d0f504afa2389bd2ebe6e5c05686f5 (patch)
treeeb03b2da5478a49a7846a54c5976052752c12841 /PKGBUILD
parent24b0fcc0918e4f77ce7a8bbe434faa2729f28f7d (diff)
downloadaur-2cc3746a86d0f504afa2389bd2ebe6e5c05686f5.tar.gz
Upgrade imgproxy to 3.5.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9bcae9a3620..4405d082f126 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.4.0
+pkgver=3.5.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=('6c6ad103e6d2c7a5fe0ff3f5d3b48726b66403d854ba8e79f221c57c5a5a2705')
+sha256sums=('8880dc4c1e16a4480effa3de85a339010820f6f262bf8a307a3325b679453e2b')
build() {
cd "$pkgname-$pkgver"