fix: bump to v1.8.1

This commit is contained in:
Markus Pesch 2022-06-26 09:56:55 +02:00
parent 0179e5c7cb
commit b4ceafd178
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 7 additions and 8 deletions

View File

@ -1,13 +1,12 @@
pkgbase = docker-pushrm
pkgdesc = "Docker Push Readme" - a Docker CLI plugin to update container repo docs
pkgver = 1.7.0
pkgrel = 2
pkgver = 1.8.1
pkgrel = 1
url = https://github.com/christian-korneck/docker-pushrm
arch = x86_64
license = MIT
makedepends = go
source = https://github.com/christian-korneck/docker-pushrm/archive/v1.7.0.zip
sha512sums = 887457138add4aebd5ddd32318b4c0c0bfa1a4c372edf1c52277ba3c4ef02cdc578406e3062fe65b9cbe323ea19cf14e2f75fc447e8733f4cae9f2fea1ec5ecc
source = https://github.com/christian-korneck/docker-pushrm/archive/v1.8.1.zip
sha512sums = c1a339239fc51b83f9b9c3f2719700ceac5350686d0399576ca096e68ca9f83be807c3be1f8738862332395ab47e0d362a03dd7671b2116034f17fa6460719b2
pkgname = docker-pushrm

View File

@ -1,15 +1,15 @@
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
pkgname=docker-pushrm
pkgver=1.7.0
pkgrel=2
pkgver=1.8.1
pkgrel=1
pkgdesc='"Docker Push Readme" - a Docker CLI plugin to update container repo docs'
arch=('x86_64')
url=https://github.com/christian-korneck/docker-pushrm
license=('MIT')
makedepends=('go')
source=("https://github.com/christian-korneck/docker-pushrm/archive/v${pkgver}.zip")
sha512sums=('887457138add4aebd5ddd32318b4c0c0bfa1a4c372edf1c52277ba3c4ef02cdc578406e3062fe65b9cbe323ea19cf14e2f75fc447e8733f4cae9f2fea1ec5ecc')
sha512sums=('c1a339239fc51b83f9b9c3f2719700ceac5350686d0399576ca096e68ca9f83be807c3be1f8738862332395ab47e0d362a03dd7671b2116034f17fa6460719b2')
build() {
cd ${srcdir}/${pkgname}-${pkgver} && go build