aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2022-12-12 18:40:34 +0900
committerAndrey Novikov2022-12-12 18:40:34 +0900
commit9e89c3344b918bb78a3ab53e89b58e6f9589fa55 (patch)
tree9ee97954a83475960e82e5b457c259adf1ec12a5
parent0a02dfb245dcca8d106bac058a2186cc7a3609c9 (diff)
downloadaur-9e89c3344b918bb78a3ab53e89b58e6f9589fa55.tar.gz
Upgrade imgproxy to 3.12.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80d2524b10c5..0ce63779c99b 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.11.0
+ pkgver = 3.12.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.11.0.tar.gz
- sha256sums = 34dd1be235ba8d3578112a6fae413edb3c11d8d2426c32cf06957ad1fb19cbd0
+ source = https://github.com/imgproxy/imgproxy/archive/v3.12.0.tar.gz
+ sha256sums = df5d78b05a04b98f3e410948eff73cad1abd7dbb0a31dfbc9ce5cde653d6a718
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index 01af435e8061..5fbb69220058 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.11.0
+pkgver=3.12.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=('34dd1be235ba8d3578112a6fae413edb3c11d8d2426c32cf06957ad1fb19cbd0')
+sha256sums=('df5d78b05a04b98f3e410948eff73cad1abd7dbb0a31dfbc9ce5cde653d6a718')
build() {
cd "$pkgname-$pkgver"