diff options
author | SlackCoder <slackcoder@server.ky> | 2022-04-29 14:36:12 -0500 |
---|---|---|
committer | SlackCoder <slackcoder@server.ky> | 2022-04-29 14:36:12 -0500 |
commit | 73f6d40a03dfebae6645a42c277775f2f2fef8d7 (patch) | |
tree | 657f135594202aaefdd47ac2994eb6ed68853640 | |
parent | 3f1bc2dc775765b27e99b7250310b2c69b95ae84 (diff) | |
download | slackbuilds-73f6d40a03dfebae6645a42c277775f2f2fef8d7.tar.xz |
pkgtools-go: Add fields slackbuilds.org requires
Slackbuilds requires the _X86 tags in the .info file.
-rw-r--r-- | pkgtools-go/pkgtools-go.info | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgtools-go/pkgtools-go.info b/pkgtools-go/pkgtools-go.info index 717f0b0..23963f0 100644 --- a/pkgtools-go/pkgtools-go.info +++ b/pkgtools-go/pkgtools-go.info @@ -3,6 +3,8 @@ VERSION="0.0.5" HOMEPAGE="https://git.server.ky/slackcoder/pkgtools-go/about" DOWNLOAD="https://git.server.ky/slackcoder/pkgtools-go/snapshot/pkgtools-go-0.0.5.tar.gz" MD5SUM="b36be60306613c873dbe723e1e857fd9" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" REQUIRES="google-go-lang" MAINTAINER="Slack Coder" EMAIL="slackcoder@server.ky" |