aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2024-03-12 21:33:44 +0900
committerAndrey Novikov2024-03-12 21:33:44 +0900
commit590870c662de6480676dd5631af5e380a37b2b94 (patch)
treecd070ae8ce26cf87a1a7d5e74b34ec474426374c /PKGBUILD
parent024b26a9e84a3297280aaf093d1f341d61d8e118 (diff)
downloadaur-imgproxy.tar.gz
Upgrade imgproxy to 3.23.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.23.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"