-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docker-slim-bin): bump to v1.37.3
- Loading branch information
1 parent
3ef4ec3
commit f2d358b
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') | ||
|
@@ -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}" | ||
|