aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2023-10-10 21:01:47 +0900
committerAndrey Novikov2023-10-10 21:01:47 +0900
commita012ab65f226e88c90dc343f7d98f55604343d8e (patch)
tree9394e92c3d4546a959b7fcd240fbd962b0d5f2f4
parent1b160341cc591855a4674f2350818fc676cb526e (diff)
downloadaur-a012ab65f226e88c90dc343f7d98f55604343d8e.tar.gz
Upgrade imgproxy to 3.20.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.20.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e72311351844..2bbef6655fb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imgproxy
pkgdesc = Fast and secure standalone server for resizing and converting remote images
- pkgver = 3.19.0
+ pkgver = 3.20.0
pkgrel = 1
url = https://github.com/imgproxy/imgproxy
arch = i686
@@ -9,7 +9,7 @@ pkgbase = imgproxy
makedepends = go
makedepends = rsync
depends = libvips>=8.10
- source = https://github.com/imgproxy/imgproxy/archive/v3.19.0.tar.gz
- sha256sums = a175229be4d27e1beb0417298f8b573f15b92f089c042282ab9842a675a42050
+ source = https://github.com/imgproxy/imgproxy/archive/v3.20.0.tar.gz
+ sha256sums = ef7bdec2ae247c7e3f302a332cdaaf0d2bb59f7ef6c88b3bbd539c95ab70cbb7
pkgname = imgproxy
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"