aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2023-06-01 20:02:50 +0900
committerAndrey Novikov2023-06-01 20:02:50 +0900
commitf68683b882a6326d1dd72c924eb859d2c7bc1065 (patch)
tree094edfe70ec8a44c36594aa1a77c908fdb6aad57 /PKGBUILD
parent1e5ae4ccb036a54a5199157866e471e66dd89102 (diff)
downloadaur-f68683b882a6326d1dd72c924eb859d2c7bc1065.tar.gz
Upgrade imgproxy to 3.18.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.18.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ed053fc1566..cfdcaa88b832 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.17.0
+pkgver=3.18.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=('8388be7f80e7da90fb2c9df8794d47ffbcc9e5408c263f01982ad0a1d36e6584')
+sha256sums=('f81b4eaf2d85bd29e0b94a2957b45013c878fd10d33623aa3f199c32243636b1')
build() {
cd "$pkgname-$pkgver"