aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2023-01-17 11:31:33 +0900
committerAndrey Novikov2023-01-17 11:31:33 +0900
commitac0be6dd9e81ccff39b156b39f2ec15658e837be (patch)
tree241f14491da9ab1de0d183ddc01da3158f6c082e
parentc430bb1a029c83daa11798c812e393daa7300e31 (diff)
downloadaur-ac0be6dd9e81ccff39b156b39f2ec15658e837be.tar.gz
Upgrade imgproxy to 3.13.1
See https://github.com/imgproxy/imgproxy/releases/tag/v3.13.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eff03005f460..ea6621839afe 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.13.0
+ pkgver = 3.13.1
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.13.0.tar.gz
- sha256sums = 08d263e065fef7170ccb9e0b4e910c7d80b2b19deefac8749d016c3efb7d1414
+ source = https://github.com/imgproxy/imgproxy/archive/v3.13.1.tar.gz
+ sha256sums = d60de3fc52f0872093af8a27377d72af08418685e2cc59dc3d18f07b532815b4
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index 05ab054635e2..a4878085392a 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.13.0
+pkgver=3.13.1
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=('08d263e065fef7170ccb9e0b4e910c7d80b2b19deefac8749d016c3efb7d1414')
+sha256sums=('d60de3fc52f0872093af8a27377d72af08418685e2cc59dc3d18f07b532815b4')
build() {
cd "$pkgname-$pkgver"