aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2023-10-10 21:01:47 +0900
committerAndrey Novikov2023-10-10 21:01:47 +0900
commita012ab65f226e88c90dc343f7d98f55604343d8e (patch)
tree9394e92c3d4546a959b7fcd240fbd962b0d5f2f4 /PKGBUILD
parent1b160341cc591855a4674f2350818fc676cb526e (diff)
downloadaur-a012ab65f226e88c90dc343f7d98f55604343d8e.tar.gz
Upgrade imgproxy to 3.20.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.20.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 672a02730055..62f5eb4e9b20 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.19.0
+pkgver=3.20.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=('a175229be4d27e1beb0417298f8b573f15b92f089c042282ab9842a675a42050')
+sha256sums=('ef7bdec2ae247c7e3f302a332cdaaf0d2bb59f7ef6c88b3bbd539c95ab70cbb7')
build() {
cd "$pkgname-$pkgver"