mblaze: updated museragent

This commit is contained in:
John McQuah 2024-11-20 13:29:44 +00:00
parent acee8a15f4
commit 68dd1bfe57
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxI+q0qAm9P1pGHr0gKS7gpu2MQgA+5oZvnIZYw2erLuT37MXhj53dMUuXnqTfbJh5RWmR6bL2G3RwveBqsuCAA0=
SHA256 (Pkgfile) = c4b5420cea23e80cf8155289ce3b35b199a1a9b939e9c7c92c2eba3e8fefddbf
RWTTPlFarK9CxBmCF81Y0m08q7UtRoQjDlsfwj+/ZUn2MedWVmzjEE9rzqMit6UVMD4c0ZhzOhxJV2XJ50zW+YTzPNE4WUZdjQg=
SHA256 (Pkgfile) = 13a6e1b6f3c09452aded55bb7b171e521a804cac6d73557e921f8a1d40470678
SHA256 (.footprint) = 6fc746ca88bb316e98fd2525578806717913e4d9da14730deb9b20e4d6bb93ca
SHA256 (mblaze-1.3.tar.gz) = db2c7bdc37eb2f6ac07263232b1d70d733edfa709cdef87db63aaec4fe64da3c
SHA256 (mcom.patch) = 268e180749d82e141b91bb06fbc5d8a647e302a6f304431e59391e1bdbbe46ab

View File

@ -34,7 +34,7 @@ build() {
BUILDDATE=$(date +'%Y-%m-%d')
cat > $PKG/usr/bin/museragent << EOF
#!/bin/sh
printf "%s" "User-Agent: $name/$version-$release ($BUILDDATE)\n"
printf "%s\n" "User-Agent: $name/$version-$release ($BUILDDATE)"
EOF
chmod 755 $PKG/usr/bin/museragent