Skip to content

Commit

Permalink
chore(docker-slim-bin): bump to v1.37.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 11, 2021
1 parent 3ef4ec3 commit f2d358b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions packages/docker-slim-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = docker-slim-bin
pkgdesc = Don't change anything in your Docker container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)
pkgver = 1.37.2
pkgver = 1.37.3
pkgrel = 1
url = https://github.com/docker-slim/docker-slim
arch = x86_64
Expand All @@ -9,9 +9,9 @@ pkgbase = docker-slim-bin
provides = docker-slim
provides = docker-slim-sensor
conflicts = docker-slim
source_x86_64 = docker-slim-1.37.2.tar.gz::https://downloads.dockerslim.com/releases/1.37.2/dist_linux.tar.gz
sha512sums_x86_64 = 5e12ebeaedfc7f4f2cddeeab83115e1ff6cc480a75270374d6e2e150cfea3ab0a19c940063d9618ee6c8b186b88a6e04b02fe2a16317965e885a5d759e4636aa
source_aarch64 = docker-slim-1.37.2.tar.gz::https://downloads.dockerslim.com/releases/1.37.2/dist_linux_arm64.tar.gz
sha512sums_aarch64 = 5e12ebeaedfc7f4f2cddeeab83115e1ff6cc480a75270374d6e2e150cfea3ab0a19c940063d9618ee6c8b186b88a6e04b02fe2a16317965e885a5d759e4636aa
source_x86_64 = docker-slim-1.37.3.tar.gz::https://downloads.dockerslim.com/releases/1.37.3/dist_linux.tar.gz
sha512sums_x86_64 = 1dc81e0c19093cf4e6f26ca2c89558af7ae1cc982eabbd8a4748ce6f7c05ffa42c68095956f0f0bce92913f430f59cdf9b54031d5ce2e5e0b21fa7e7b62e8816
source_aarch64 = docker-slim-1.37.3.tar.gz::https://downloads.dockerslim.com/releases/1.37.3/dist_linux_arm64.tar.gz
sha512sums_aarch64 = 1dc81e0c19093cf4e6f26ca2c89558af7ae1cc982eabbd8a4748ce6f7c05ffa42c68095956f0f0bce92913f430f59cdf9b54031d5ce2e5e0b21fa7e7b62e8816

pkgname = docker-slim-bin
6 changes: 3 additions & 3 deletions packages/docker-slim-bin/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: A. Husen <[email protected]>
pkgname=docker-slim-bin
_pkgname=docker-slim
pkgver=1.37.2
pkgver=1.37.3
pkgrel=1
pkgdesc="Don't change anything in your Docker container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)"
arch=('x86_64' 'aarch64')
Expand All @@ -11,8 +11,8 @@ provides=('docker-slim' 'docker-slim-sensor')
conflicts=('docker-slim')
source_x86_64=("$_pkgname-$pkgver.tar.gz::https://downloads.dockerslim.com/releases/${pkgver}/dist_linux.tar.gz")
source_aarch64=("$_pkgname-$pkgver.tar.gz::https://downloads.dockerslim.com/releases/${pkgver}/dist_linux_arm64.tar.gz")
sha512sums_x86_64=('5e12ebeaedfc7f4f2cddeeab83115e1ff6cc480a75270374d6e2e150cfea3ab0a19c940063d9618ee6c8b186b88a6e04b02fe2a16317965e885a5d759e4636aa')
sha512sums_aarch64=('5e12ebeaedfc7f4f2cddeeab83115e1ff6cc480a75270374d6e2e150cfea3ab0a19c940063d9618ee6c8b186b88a6e04b02fe2a16317965e885a5d759e4636aa')
sha512sums_x86_64=('1dc81e0c19093cf4e6f26ca2c89558af7ae1cc982eabbd8a4748ce6f7c05ffa42c68095956f0f0bce92913f430f59cdf9b54031d5ce2e5e0b21fa7e7b62e8816')
sha512sums_aarch64=('1dc81e0c19093cf4e6f26ca2c89558af7ae1cc982eabbd8a4748ce6f7c05ffa42c68095956f0f0bce92913f430f59cdf9b54031d5ce2e5e0b21fa7e7b62e8816')

package() {
cd "${srcdir}"
Expand Down

0 comments on commit f2d358b

Please sign in to comment.