hoopagent 1.14.9.pre.beta3 → 1.14.9.pre.beta5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eedeffd29a8a0ea9da894cabb6b14018ac35f09c169e402326f24768fcc08361
|
4
|
+
data.tar.gz: d43efa37fad09032d1b2ba55c03223c6cb9cef4ef731a73b72201b7fc6273b85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: da56646f16f7628fd845bcdd47198839e8cf0349f69c5059d80123e370409d0527b06ee39c6aacf0cfd92d7df94b565ede88b79268e25c5dbf5dc4fe025fae35
|
7
|
+
data.tar.gz: f94ae0f5d0dba0027ca2dae6c9d7b59fccea0347c1d22ee68d980f140ad8572ad4179df9964acfee2a03da3e950bfc8eb9ef52b4f4438564878d2e4d6bf3ad8a
|
Binary file
|
Binary file
|
Binary file
|
@@ -74,8 +74,8 @@ typedef struct { void *data; GoInt len; GoInt cap; } GoSlice;
|
|
74
74
|
extern "C" {
|
75
75
|
#endif
|
76
76
|
|
77
|
-
extern void __start_in_background(
|
78
|
-
extern void __start(
|
77
|
+
extern void __start_in_background();
|
78
|
+
extern void __start();
|
79
79
|
|
80
80
|
#ifdef __cplusplus
|
81
81
|
}
|
Binary file
|