makedeb
A docker CLI plugin to forward local port to a container port
Click here to go back to the commit logs for docker-forward.
Hash: f5901bc9ebafb3ba0294fad47a8c7160bac59c11
Message: fix license
diff --git a/.SRCINFO b/.SRCINFO
index 96965e5..2e84446 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,13 +4,13 @@ pkgbase = docker-forward
pkgrel = 1
url = https://ktlint.github.io/
arch = any
- license = MIT
+ license = GPL3
depends = bash
depends = socat
depends = docker
source = https://raw.githubusercontent.com/pschichtel/docker-forward/v1/docker-forward.sh
source = https://raw.githubusercontent.com/pschichtel/docker-forward/v1/LICENSE
- sha256sums = 7c430b67c955d5134595fe40a5f24e1bd8c8f09ba6a603faef7f9748e5a0b0a2
- sha256sums = b45bdb3357e761d4b1300470833cf5e5e9fafc32a5f98efef214ba926b0120d5
+ sha256sums = e9e990d3b31d1c16bc6f8e86ae12e475ae09a13e2f13476414ab2cd118245811
+ sha256sums = 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
pkgname = docker-forward
diff --git a/PKGBUILD b/PKGBUILD
index b29d73f..7bd840d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A docker CLI plugin to forward local port to a container port"
arch=('any')
url="https://ktlint.github.io/"
-license=('MIT')
+license=('GPL3')
depends=('bash' 'socat' 'docker')
source=(https://raw.githubusercontent.com/pschichtel/docker-forward/v${pkgver}/docker-forward.sh
https://raw.githubusercontent.com/pschichtel/docker-forward/v${pkgver}/LICENSE)