aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2024-03-12 21:33:44 +0900
committerAndrey Novikov2024-03-12 21:33:44 +0900
commit590870c662de6480676dd5631af5e380a37b2b94 (patch)
treecd070ae8ce26cf87a1a7d5e74b34ec474426374c
parent024b26a9e84a3297280aaf093d1f341d61d8e118 (diff)
downloadaur-590870c662de6480676dd5631af5e380a37b2b94.tar.gz
Upgrade imgproxy to 3.23.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.23.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 123f47fffa28..c239a0a94135 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.22.0
+ pkgver = 3.23.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.22.0.tar.gz
- sha256sums = cb7f6ba7cd4db6e78be58332bf13cc0a6fc4153314efa09cbae12414f45a7252
+ source = https://github.com/imgproxy/imgproxy/archive/v3.23.0.tar.gz
+ sha256sums = d48721d96bf2974af4b6e612d0cdb27484d132c9f9ad17abe5c2095f22beeb8d
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index fded0e788799..5c6f7c0e5940 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.22.0
+pkgver=3.23.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=('cb7f6ba7cd4db6e78be58332bf13cc0a6fc4153314efa09cbae12414f45a7252')
+sha256sums=('d48721d96bf2974af4b6e612d0cdb27484d132c9f9ad17abe5c2095f22beeb8d')
build() {
cd "$pkgname-$pkgver"