-
Notifications
You must be signed in to change notification settings - Fork 697
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
community/stargazer-gmi: security upgrade to 1.1.1
- Loading branch information
Celeste
authored and
Celeste
committed
Aug 22, 2024
1 parent
52982b2
commit ea2e81f
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Maintainer: Sashanoraa <[email protected]> | ||
pkgname=stargazer-gmi | ||
pkgver=1.0.5 | ||
pkgver=1.1.1 | ||
pkgrel=0 | ||
pkgdesc="A fast and easy to use Gemini server" | ||
url="https://sr.ht/~zethra/stargazer/" | ||
|
@@ -21,7 +21,7 @@ options="!check" # connection refused to localhost | |
|
||
|
||
build() { | ||
./scripts/build | ||
NO_AUDIT=true ./scripts/build | ||
} | ||
|
||
check() { | ||
|
@@ -38,5 +38,5 @@ package() { | |
} | ||
|
||
sha512sums=" | ||
15e5bef376ee620d2e1484d3bf310c4b7ad019273d5574ce809adcf29f2b47723fa124c192b099bd0433e8582f86bdf6a6f2a64b50d51bf0ef5f33ae2b2ec71a stargazer-gmi-1.0.5.tar.gz | ||
90048588c9f58cd80cd40af543e698b05b043a06f40a758aaad6ce6cd5988718038dfea81c99b248bb954f334aa773969114126128f59ed81c7eed4d4a88b6ad stargazer-gmi-1.1.1.tar.gz | ||
" |