diff --git a/buildfiles/arch-linux/PKGBUILD b/buildfiles/arch-linux/PKGBUILD index 77adc19..16a0760 100644 --- a/buildfiles/arch-linux/PKGBUILD +++ b/buildfiles/arch-linux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: "Winni Neessen (https://pebcak.de) pkgname=apg-go -pkgver=0.3.1 +pkgver=0.3.2 pkgrel=1 pkgdesc='A "Automated Password Generator"-clone' arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') @@ -9,7 +9,7 @@ url='https://github.com/wneessen/apg-go' license=('MIT') makedepends=('go') source=("https://github.com/wneessen/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz") -sha256sums=('1a798bd729c2985a11001118ad7d222e75c4f01e642184c37dec409a899a565b') +sha256sums=('42f082d2f54d1cb20e1d6d63c1d923255b711151c937041f64164180758ce0e4') prepare() { cd "${pkgname}-${pkgver}" diff --git a/buildfiles/brew/formula.rb b/buildfiles/brew/formula.rb deleted file mode 100644 index 7318466..0000000 --- a/buildfiles/brew/formula.rb +++ /dev/null @@ -1,17 +0,0 @@ -class ApgGo < Formula - desc "\"Automated Password Generator\"-clone written in Go" - homepage "https://github.com/wneessen/apg-go/" - url "https://github.com/wneessen/apg-go/archive/refs/tags/v0.3.1.tar.gz" - sha256 "1a798bd729c2985a11001118ad7d222e75c4f01e642184c37dec409a899a565b" - license "MIT" - - depends_on "go" => :build - - def install - system "go", "build", *std_go_args - end - - test do - system "go", "test", "github.com/wneessen/apg-go" - end -end diff --git a/buildfiles/openbsd/Makefile b/buildfiles/openbsd/Makefile index ac25397..dc9906a 100644 --- a/buildfiles/openbsd/Makefile +++ b/buildfiles/openbsd/Makefile @@ -4,7 +4,7 @@ COMMENT = "automated password generator" clone written in Go GH_ACCOUNT = wneessen GH_PROJECT = apg-go -GH_TAGNAME = v0.3.1 +GH_TAGNAME = v0.3.2 CATEGORIES = security diff --git a/buildfiles/openbsd/distinfo b/buildfiles/openbsd/distinfo index 35a07f0..c0bac84 100644 --- a/buildfiles/openbsd/distinfo +++ b/buildfiles/openbsd/distinfo @@ -1,2 +1,2 @@ -SHA256 (apg-go-0.3.1.tar.gz) = GnmL1ynCmFoRABEYrX0iLnXE8B5kIYTDfexAmomaVls= -SIZE (apg-go-0.3.1.tar.gz) = 16576 +SHA256 (apg-go-0.3.2.tar.gz) = QvCC0vVNHLIOHW1jwdkjJVtxEVHJNwQfZBZBgHWM4OQ= +SIZE (apg-go-0.3.2.tar.gz) = 20114 \ No newline at end of file