You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/Makefile.http
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ PKG_URL = http://example.com/downloads # source url of the package e.g. a gi
3
3
PKG_VERSION = v1.2.3 # version of the package to use e.g. a git commit/ref
4
4
PKG_EXT = zip # extension of this package
5
5
PKG_LICENSE = MIT # license of the package
6
+
PKG_SHA512 = 5bcc4310f09ea247f5b65d63afae872fb92bb5c39029f336d94503fe04feccfcd22aa42b377b0927ab7f0a19111fd5a0a6842ecab147761c8f218f7f115e0da5 # SHA512 checksum of the package
0 commit comments