diff --git a/pistol/.signature b/pistol/.signature index 79d348ef2..33d8aec01 100644 --- a/pistol/.signature +++ b/pistol/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3+Mnh/R0JvOI9a1vjPHl5WkD+JyOcESFZG3iQPe26AALFoq8oFlT0V6r7s3gB/TffTN3XA7T4mQelQcyPvW0Ywg= -SHA256 (Pkgfile) = 91aff1cbe9153838e3d5483106c0dbeeb15b15419e1d8fdd217361c11bed3de5 +RWSagIOpLGJF33HsXqui+vXrlh1Qrh+4EGmqpGeMIWYietZ7VJojgdIfggQQadHgGsH2TkEVbjExrKjtfKjm01MAnJgPYFV3sgE= +SHA256 (Pkgfile) = f0260a0181e9a0edf3b7d8b36b3c4f4313442a85b7c1e6e36bfcdfe34b09c51f SHA256 (.footprint) = 261cd83f29c092bb94b3b22b330e2376943ba7dcc415500ead6ed144055467a8 -SHA256 (pistol-0.5.tar.gz) = 8994575319713463c574807616e41c6b7c9f4fdb4f897994ad6fbc8cc1ff8388 +SHA256 (pistol-0.5.1.tar.gz) = 98605b416e513be886a1ca2b4ec87ea6fe029bc3fc004c215bd0adca4dc45512 diff --git a/pistol/Pkgfile b/pistol/Pkgfile index 264d2e163..69b343d19 100644 --- a/pistol/Pkgfile +++ b/pistol/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go name=pistol -version=0.5 +version=0.5.1 release=1 source=(https://github.com/doronbehar/pistol/archive/v$version/$name-$version.tar.gz) @@ -23,6 +23,7 @@ build() { export GOPATH="$PKGMK_SOURCE_DIR/gopath" go build -ldflags "-X 'main.Version=${version}-git'" ./cmd/pistol + prt-get isinst dmidecode && PKGMK_PKGMK+=' -D use_internal_dmi=false' install -Dm755 pistol $PKG/usr/bin/pistol }