aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Novikov2023-07-10 21:29:28 +0900
committerAndrey Novikov2023-07-10 21:29:28 +0900
commit9c981f7e3318b34dc5199579167926e18aff1841 (patch)
tree75e936eadc0f26b87faff790e180aadedb9d9964
parentf68683b882a6326d1dd72c924eb859d2c7bc1065 (diff)
downloadaur-9c981f7e3318b34dc5199579167926e18aff1841.tar.gz
Upgrade imgproxy to 3.18.1
See https://github.com/imgproxy/imgproxy/releases/tag/v3.18.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 989be9f68582..10d4e02aa74b 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.18.0
+ pkgver = 3.18.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.18.0.tar.gz
- sha256sums = f81b4eaf2d85bd29e0b94a2957b45013c878fd10d33623aa3f199c32243636b1
+ source = https://github.com/imgproxy/imgproxy/archive/v3.18.1.tar.gz
+ sha256sums = 50972124fe9a74aa72d7b1e58c113d5312aab64f28f696f32d63c7eb74575760
pkgname = imgproxy
diff --git a/PKGBUILD b/PKGBUILD
index cfdcaa88b832..decb8c0a181f 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.18.0
+pkgver=3.18.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=('f81b4eaf2d85bd29e0b94a2957b45013c878fd10d33623aa3f199c32243636b1')
+sha256sums=('50972124fe9a74aa72d7b1e58c113d5312aab64f28f696f32d63c7eb74575760')
build() {
cd "$pkgname-$pkgver"