aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Novikov2023-01-12 01:21:23 +0900
committerAndrey Novikov2023-01-12 01:21:23 +0900
commitc430bb1a029c83daa11798c812e393daa7300e31 (patch)
treee5b7d4fb7ec40d35e1fdf53495b34dcf876889b2 /PKGBUILD
parent9e89c3344b918bb78a3ab53e89b58e6f9589fa55 (diff)
downloadaur-c430bb1a029c83daa11798c812e393daa7300e31.tar.gz
Upgrade imgproxy to 3.13.0
See https://github.com/imgproxy/imgproxy/releases/tag/v3.13.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5fbb69220058..05ab054635e2 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.12.0
+pkgver=3.13.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=('df5d78b05a04b98f3e410948eff73cad1abd7dbb0a31dfbc9ce5cde653d6a718')
+sha256sums=('08d263e065fef7170ccb9e0b4e910c7d80b2b19deefac8749d016c3efb7d1414')
build() {
cd "$pkgname-$pkgver"